Skip to content

Commit

Permalink
Update raspberrypi.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruradovici committed Oct 22, 2015
1 parent e046e96 commit 7d543dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiring/raspberrypi.c
Expand Up @@ -323,7 +323,7 @@ int serial_flush(int serial_id)
}

int analogReadRaw(int pin) {
return analogREad (pin);
return analogRead (pin);
}

void analogWriteRaw(int pin, int value) {
Expand Down

0 comments on commit 7d543dd

Please sign in to comment.