Structs§
- I2CConfig
- SPIConfig
- Timer
Config - UART
Config - Watch
Config - Configuration for pinWatch()
Constants§
Functions§
- attr
Init ⚠ - attr
Read ⚠ - attr
Read ⚠Float - buffer
Read ⚠ - buffer
Write ⚠ - debug
Print ⚠ - framebuffer
Init ⚠ - getSim
Nanos ⚠ - i2cInit⚠
- pinADC
Read ⚠ - pinDAC
Write ⚠ - pinInit⚠
- Initializes the given pin, and returns a pin indentifier for use with the other pin methods.
- pinMode⚠
- Configures the given
pin
as digital input or output. - pinRead⚠
- Reads the current digital value of the pin, returns either
LOW
orHIGH
. - pinWatch⚠
- Listens for changes in the digital value of the given pin.
- pinWatch
Stop ⚠ - Stops watching for changes on the given pin.
- pinWrite⚠
- Set the output value for a digital pin. Use the
LOW
andHIGH
constants forvalue
. - spiInit⚠
- spiStart⚠
- spiStop⚠
- timer
Init ⚠ - timer
Start ⚠ - timer
Start ⚠Nanos - timer
Stop ⚠ - uart
Init ⚠ - uart
Write ⚠