Skip to content

Commit

Permalink
Removed the analogRead
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBleijendaal committed Jul 23, 2016
1 parent 0195423 commit c9fa2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/libraries/Edt-lib/Trak.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class EdtAITrak : public EdtOSCSourceObject {
OSCMessage message = OSCMessage(_oscAddress);

for (int i = 0; i < 6; i++) {
data.buffer[i] = (float)analogRead(_config.buffer[i]) / 1023.0;
//data.buffer[i] = (float)analogRead(_config.buffer[i]) / 1023.0;
message.add<float>(data.buffer[i]);
}

Expand Down

0 comments on commit c9fa2af

Please sign in to comment.