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.
Dependents: Grove_Node Potentiometer BLE_Beacon I2C_Scanner
BusIn Class Reference
A digital input bus, used for reading the state of a collection of pins. More...
#include <BusIn.h>
Public Member Functions | |
| BusIn (PinName p0, PinName p1=NC, PinName p2=NC, PinName p3=NC, PinName p4=NC, PinName p5=NC, PinName p6=NC, PinName p7=NC, PinName p8=NC, PinName p9=NC, PinName p10=NC, PinName p11=NC, PinName p12=NC, PinName p13=NC, PinName p14=NC, PinName p15=NC) | |
| Create an BusIn, connected to the specified pins. | |
| int | read () |
| Read the value of the input bus. | |
| void | mode (PinMode pull) |
| Set the input pin mode. | |
| operator int () | |
| A shorthand for read() | |
Detailed Description
A digital input bus, used for reading the state of a collection of pins.
Definition at line 26 of file BusIn.h.
Constructor & Destructor Documentation
| BusIn | ( | PinName | p0, |
| PinName | p1 = NC, |
||
| PinName | p2 = NC, |
||
| PinName | p3 = NC, |
||
| PinName | p4 = NC, |
||
| PinName | p5 = NC, |
||
| PinName | p6 = NC, |
||
| PinName | p7 = NC, |
||
| PinName | p8 = NC, |
||
| PinName | p9 = NC, |
||
| PinName | p10 = NC, |
||
| PinName | p11 = NC, |
||
| PinName | p12 = NC, |
||
| PinName | p13 = NC, |
||
| PinName | p14 = NC, |
||
| PinName | p15 = NC |
||
| ) |
Member Function Documentation
| void mode | ( | PinMode | pull ) |
Generated on Wed Jul 13 2022 21:34:48 by
1.7.2