DigitalInOut Hello World
Fork of DigitalInOut_HelloWorld_Mbed by
Use
The DigitalInOut API can be used to both read and write a digital pin. Use the output() and input() function calls to switch modes and then use just like you would DigitalIn or DigitalOut.
API
API reference.
Import librarymbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:5ed5244f3929 | 2017-06-27 | sarahmarshy |
"Update mbed-os" |
6:185e0d3e7212 | 2017-01-19 | mab5449 | Ported mbed OS 2 to mbed OS 5 |
5:65ab82bfa4a6 | 2015-03-27 | mbedAustin | it works!!!; |
4:3f69262115b3 | 2015-03-27 | mbedAustin | Added license to main.c file. |
3:e4004b2e39ad | 2014-09-21 | mbedAustin | added comments on use |
2:22178238d458 | 2014-09-21 | mbedAustin | update libs; |
1:7cee0b019b98 | 2013-02-21 | mbed_official | use latest version of mbed libraries |
0:0d0417932681 | 2013-02-13 | mbed_official | DigitalInOut Hello World |