3. drivers¶
The drivers package on Github.
Modules:
- 3.1. basic
- 3.1.1.
adc— Analog to digital convertion - 3.1.2.
analog_input_pin— Analog input pin - 3.1.3.
analog_output_pin— Analog output pin - 3.1.4.
chipid— Chip identity - 3.1.5.
dac— Digital to analog convertion - 3.1.6.
exti— External interrupts - 3.1.7.
pcint— Pin change interrupts - 3.1.8.
pin— Digital pins - 3.1.9.
power— Power control - 3.1.10.
pwm— Pulse width modulation - 3.1.11.
pwm_soft— Software pulse width modulation - 3.1.12.
random— Random numbers. - 3.1.13.
watchdog— Hardware watchdog
- 3.1.1.
- 3.2. sensors
- 3.3. storage
- 3.4. network
- 3.4.1.
can— Controller Area Network - 3.4.2.
esp_wifi— Espressif WiFi - 3.4.3.
i2c— I2C - 3.4.4.
i2c_soft— Software I2C - 3.4.5.
icsp_soft— Software ICSP - 3.4.6.
jtag_soft— Software JTAG - 3.4.7.
mcp2515— CAN BUS chipset - 3.4.8.
nrf24l01— Wireless communication - 3.4.9.
owi— One-Wire Interface - 3.4.10.
spi— Serial Peripheral Interface - 3.4.11.
uart— Universal Asynchronous Receiver/Transmitter - 3.4.12.
uart_soft— Software Universal Asynchronous Receiver/Transmitter - 3.4.13.
usb— Universal Serial Bus - 3.4.14.
usb_device— Universal Serial Bus - Device - 3.4.15.
usb_host— Universal Serial Bus - Host - 3.4.16.
xbee— XBee - 3.4.17.
xbee_client— XBee client
- 3.4.1.
- 3.5. displays
- 3.6. various