not yet working
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "Arduino.h"
|
||||
|
||||
#include <Streaming.h>
|
||||
#include "Streaming.h"
|
||||
|
||||
#include "ads1210.h"
|
||||
|
||||
@ -15,7 +15,7 @@ void setup() {
|
||||
|
||||
pinMode(13, OUTPUT);
|
||||
|
||||
ads1210.begin(10);
|
||||
ads1210.begin(9);
|
||||
|
||||
}
|
||||
|
||||
@ -26,4 +26,6 @@ void loop() {
|
||||
delay(1000); // wait for a second
|
||||
|
||||
Serial << "Tick" << endl;
|
||||
ads1210.begin(9);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user