Gerardo Antonio
/
Nucleo_read_analog_valueBase
leitura de potenciometro
Revision 4:866dc60f133a, committed 2016-06-22
- Comitter:
- Crazyaboutmachines
- Date:
- Wed Jun 22 21:58:50 2016 +0000
- Parent:
- 3:a86913f82e87
- Commit message:
- changed output pin
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r a86913f82e87 -r 866dc60f133a main.cpp --- a/main.cpp Wed Jun 22 21:41:19 2016 +0000 +++ b/main.cpp Wed Jun 22 21:58:50 2016 +0000 @@ -2,7 +2,7 @@ AnalogIn analog_value(A0); -DigitalOut led(LED1); +DigitalOut led(PA_6); int main() { float meas;