20 lines
802 B
Markdown
20 lines
802 B
Markdown
Der ursprüngliche Code stammt von https://github.com/ArduinoHannover/Maiskolben.
|
|
Dieser Code wurde angepasst für unsere Variante: https://github.com/makes-hacks-hip/Maiskolben_Hip_Firmware
|
|
In diesem Repo ist der Code aus https://github.com/makes-hacks-hip/Maiskolben_Hip_Firmware als Platformio Projekt.
|
|
|
|
# Maiskolben
|
|
|
|
Code für die Lötstation "Maiskolben"
|
|
mit ein paar Anpassungen für das Display (ST7735-Chip)
|
|
|
|
## Display Pin-Zuordnung
|
|
|Pin Display|Benennung|Pin Arduino|
|
|
|-----------|---------|-----------|
|
|
|1 |GND |GND |
|
|
|2 |VCC |5V |
|
|
|3 |SCK |D13 |
|
|
|4 |SDA |D11 |
|
|
|5 |RES |A1 |
|
|
|6 |RS |A5 |
|
|
|7 |CS |D10 |
|
|
|8 |LEDA |3V3 |
|