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.
Diff: Test.cpp
- Revision:
- 2:adc2c3c165aa
- Parent:
- 1:fe268cc6317a
- Child:
- 3:a32882369c69
diff -r fe268cc6317a -r adc2c3c165aa Test.cpp --- a/Test.cpp Tue Feb 04 10:20:52 2020 +0000 +++ b/Test.cpp Tue Feb 04 10:22:37 2020 +0000 @@ -6,6 +6,7 @@ InteruptIn Sensor2 (A1,PullDown); InteruptIn Sensor3 (A2,PullDown); InteruptIn Sensor4 (A6,PullDown); +Interupt AnalogOut OVER (A4); DigitalOut LED (D8); DigitalOut Motor1Voor (D12);