Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • aoth93/moduleit-m5stack
1 result
Show changes
Commits on Source (2)
...@@ -38,5 +38,14 @@ Blindenstock, dieser soll Leitsysteme mittels Radiowellen in Bodenstreifen erfas ...@@ -38,5 +38,14 @@ Blindenstock, dieser soll Leitsysteme mittels Radiowellen in Bodenstreifen erfas
<img src="https://www.raspberrypi.com/documentation/microcontrollers/images/pico-pinout.svg"> <img src="https://www.raspberrypi.com/documentation/microcontrollers/images/pico-pinout.svg">
## Physische Einleitung ## Physische Einleitung
- xx GND Pins könnten an alle GNDs am Microcontroller verbunden werden
- Run/Standby Knopf
- [+] GP15 -> 20
- [-] GND
- Buzzer Ton
- [+] GP14 -> 19
- [-] GND
- M5Stack Modul
- [+] GP13 -> 17
- [-] GND
-
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
@date 10.01.2023 @date 10.01.2023
@brief Blind UHF Project @brief Blind UHF Project
@device Rasp Pi Pico W MicroPython @device Rasp Pi Pico W MicroPython
@UHF M5Stacck @UHF M5Stack
''' '''
from machine import Pin, PWM, RTC from machine import Pin, PWM, RTC
from bluetooth import BLE from bluetooth import BLE
......