Added display support

This commit is contained in:
Morten Kals
2019-05-02 16:27:49 -07:00
parent c1e4a8703d
commit 87ed24da88
5 changed files with 128 additions and 170 deletions

View File

@@ -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.