Skip to content

Instantly share code, notes, and snippets.

View datduyng's full-sized avatar

Dominic Nguyen datduyng

View GitHub Profile
sdfasasd

Assignment01

Problem 1(8 points):

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?

## 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

Sneezy research

Lidar lite.(v2)

  • 3 Way to use it

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
  • I2c.h only support v1.
--
-- 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;