Embed:
(wiki syntax)
Data Structures
Here are the data structures with brief descriptions:
BusIn | BusIn is used to create a number of DigitalIn pins that can be read as one value |
BusOut | A BusOut interface is used to create several DigitalOut pins that can be written to using only one value |
DigitalIn | The DigitalIn interface is used to read the value of a digital input pin |
DigitalOut | The DigitalOut interface is used to configure and control a digital output pin |
I2C | The I2C interface provides I2C Master functionality |
PwmOut | The PwmOut interface is used to control the frequency and mark-space ratio of a digital pulse train |
Generated on Tue Jul 12 2022 14:39:23 by
