mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-04-24 03:00:20 -04:00
Added display support
This commit is contained in:
@@ -192,6 +192,10 @@ print(board.EEPROM.read(location))
|
||||
print('EEPROM size {size}'.format(size=board.EEPROM.size()))
|
||||
```
|
||||
|
||||
**Screen**
|
||||
Display text on an LCD screen.
|
||||
Use the function displayText(text, fontSize = 1) to display a string on the screen.
|
||||
|
||||
**DHT**
|
||||
|
||||
- `Arduino.dht(pin, module)` reads sensor values from the DHT sensor connected at the specified pin.
|
||||
|
||||
Reference in New Issue
Block a user