a. What did you type to look up this man page (give the entire command)
man man
b. Who was the original author of themancommand?
John W. Eaton (jwe@che.utexas.edu)
| sdfasasd |
| sadd |
| ## Sneezy research | |
| ### Lidar lite.(v2) | |
| - 3 Way to use it | |
| #### With PWM pin | |
| - trigger just like regular ultra sensor | |
| - Tested but did not work for some reason. | |
| #### With I2c lib | |
| - Advantage: get continuous reading |
| -- | |
| -- Queries to create extra table to add concertHall | |
| -- | |
| DROP TABLE IF EXISTS `ConcertSongs`; | |
| DROP TABLE IF EXISTS `Concert`; | |
| DROP TABLE IF EXISTS `ConcertHall`; | |
| -- create concert hall to prevent duplicate data |
| // these include is difference in all Operating System. | |
| #include <SCC_Driver.h> | |
| #include <ballCoordinate.h> | |
| #include<CameraArmDriver.h> | |
| //2;r1;n,g1,n; | |
| CameraArmDriver cameraArm; | |
| #include "ballCoordinate.h" | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <arduino.h> | |
| char dataStream[DATALENGTH]; | |
| uint8_t numOfPoint; | |
| uint8_t* color; | |
| uint8_t* simpleCoordinate; |
| #include "ballCoordinate.h" | |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <arduino.h> | |
| char dataStream[DATALENGTH]; | |
| uint8_t numOfPoint; | |
| uint8_t* color; | |
| uint8_t* simpleCoordinate; |