
BusIn HelloWorld
Fork of BusIn_HelloWorld by
Use
BusIn is an abstraction that takes any pins and makes them appear as though they are linearly memory mapped for ease of use. This abstraction is useful for checking multiple inputs in a single pass. In general this abstraction can be used to make code less cluttered, clearer, and take less time to write.
Note
Please pay attention to the ordering of pins in the initialization. The order pins are initialized in are the reverse order that bits are OR'd together.
API
API reference.
Import librarymbed
History
"Update mbed-os"
2017-06-26, by sarahmarshy [Mon, 26 Jun 2017 08:37:59 -0500] rev 8
"Update mbed-os"
Ported mbed OS 2 to mbed OS 5
2017-01-19, by mab5449 [Thu, 19 Jan 2017 10:33:55 -0600] rev 7
Ported mbed OS 2 to mbed OS 5
removed negation on nibble as it was platform specific (default pull low) and added more printf statements for verbosity;
2015-03-31, by mbedAustin [Tue, 31 Mar 2015 01:04:41 +0000] rev 6
removed negation on nibble as it was platform specific (default pull low) and added more printf statements for verbosity;
updated examples of API
2015-03-31, by mbedAustin [Tue, 31 Mar 2015 00:45:43 +0000] rev 5
updated examples of API
updated example
2015-03-27, by mbedAustin [Fri, 27 Mar 2015 22:35:08 +0000] rev 4
updated example
Added license to top of main.c file
2015-03-27, by mbedAustin [Fri, 27 Mar 2015 20:07:02 +0000] rev 3
Added license to top of main.c file
added note about pins being different between platforms;
2014-09-21, by mbedAustin [Sun, 21 Sep 2014 17:56:02 +0000] rev 2
added note about pins being different between platforms;
updated libs
2014-09-21, by mbedAustin [Sun, 21 Sep 2014 17:40:50 +0000] rev 1
updated libs
BusIn Hello World
2013-02-11, by mbed_official [Mon, 11 Feb 2013 17:14:12 +0000] rev 0
BusIn Hello World