DigitalIn Hello World
Fork of DigitalIn_HelloWorld_Mbed by
Use
The DigitalIn API is used to read a digital pin. The value will be either 0 or 1. Buttons and switches are some of the more common digital inputs.
API
API reference.
Import librarymbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:9377dcb1cef3 | 2017-06-27 | sarahmarshy |
"Update mbed-os" |
9:954ac88dda04 | 2017-01-19 | mab5449 | Ported mbed OS 2 to mbed OS 5 |
8:ef3558374977 | 2015-03-27 | mbedAustin | it works! |
7:64e67ec4441e | 2015-03-27 | mbedAustin | removed check requirement |
6:315942f167d7 | 2015-03-27 | mbedAustin | added note about changing button to match user board |
5:fa65447e171b | 2015-03-27 | mbedAustin | Updated program to reflect more of the API |
4:9b20ef58e04c | 2015-03-27 | mbedAustin | Added license to main.c file. |
3:e2f865861a7a | 2014-09-21 | mbedAustin | added comment for clarity |
2:56948fde1dc8 | 2014-09-21 | mbedAustin | update libs |
1:2cf612e040e0 | 2013-02-21 | mbed_official | use latest version of mbed libraries |
0:aaf5a9d465fd | 2013-02-13 | mbed_official | digitalIn hello world |