not yet working

This commit is contained in:
wn
2014-11-03 22:19:10 +01:00
parent 473eb035b1
commit eb89aef4a5
4 changed files with 152 additions and 20 deletions

View File

@ -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);
}