齋藤、玉田用
Dependencies: mbed AQM0802 CRotaryEncoder TB6612FNG
Revision 12:e1e682a89c99, committed 2019-08-29
- Comitter:
- GGU
- Date:
- Thu Aug 29 00:14:02 2019 +0000
- Parent:
- 11:2cd6f8be124e
- Commit message:
- test
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2cd6f8be124e -r e1e682a89c99 main.cpp --- a/main.cpp Wed Aug 28 23:14:20 2019 +0000 +++ b/main.cpp Thu Aug 29 00:14:02 2019 +0000 @@ -47,13 +47,13 @@ //デジタル入力オブジェクト定義 DigitalIn push_sw(D13); /////アナログ入力オブジェクト定義////////// -AnalogIn s1(D3); -AnalogIn s2(A6); -AnalogIn s3(A5); -AnalogIn s4(A4); -AnalogIn s5(A3); -AnalogIn s6(A2); -AnalogIn s7(A1); +AnalogIn s1(A1); +AnalogIn s2(D3); +AnalogIn s3(A6); +AnalogIn s4(A5); +AnalogIn s5(A4); +AnalogIn s6(A3); +AnalogIn s7(A2); AnalogIn s8(A0); /////////////////////////////////////// Serial PC(USBTX,USBRX);