Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed X_NUCLEO_IHM03A1_for
Diff: iodefinition.hpp
- Revision:
- 32:cfc3d7420fa5
- Parent:
- 8:310f9e4eac7b
- Child:
- 34:eb04f4f41dfd
--- a/iodefinition.hpp Fri May 24 10:29:09 2019 +0000 +++ b/iodefinition.hpp Thu Jun 20 07:56:35 2019 +0000 @@ -17,7 +17,7 @@ DigitalOut speedClock(PC_8); // define out for speed clock repeater DigitalIn TBzeroPinInputRev(PB_11); // define input of reading zero position of distributor wheel DigitalIn seedWheelZeroPinInputRev(PB_12); // define input of reading zero position of seeding wheel -DigitalIn seedLevel(PB_1); // define input for reading seed level on tank +DigitalIn seedLevel(PB_0); // define input for reading seed level on tank DigitalIn buttonUser(PC_13); // pulsante su scheda @@ -48,7 +48,7 @@ CAN can1(PA_11,PA_12,100000); // CAN BUS channel for communication with other slave and master consolle int checkState=0; #endif -CANMessage txMsg; +//CANMessage txMsg; CANMessage rxMsg; #if defined(pcSerial)