Skip to content

Commit

Permalink
Update arduinogalileo.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruradovici committed Aug 14, 2014
1 parent f68c655 commit aeaa2d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wiring/arduinogalileo.c
Expand Up @@ -204,7 +204,6 @@ int analogRead (int pin)
aio_pins[pin] = mraa_aio_init (pin);
}
int adc = mraa_aio_read (aio_pins[pin]);
printf ("%d\n", adc);
if (adc_raw_bits != 10)
{
return (int)((float)adc*1023/adc_power);
Expand Down

0 comments on commit aeaa2d2

Please sign in to comment.