add basic PT Reading
This commit is contained in:
@@ -7,7 +7,12 @@ Dezibot dezibot = Dezibot();
|
||||
|
||||
void setup() {
|
||||
dezibot.begin();
|
||||
Serial.begin(9600);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
Serial.println("FooBarBaz");
|
||||
Serial.println(dezibot.lightDetection.getValue(DL_FRONT));
|
||||
delay(1000);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user