Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ModuleIT-M5Stack
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
Abdulrahman Othman
ModuleIT-M5Stack
Compare revisions
9793199a95df5d21da335635f319db27f942f367 to 26949ed97d72dd39c75d001c0f246e6126a40524
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
aoth93/moduleit-m5stack
Select target project
No results found
26949ed97d72dd39c75d001c0f246e6126a40524
Select Git revision
Branches
master
Swap
Target
aoth93/moduleit-m5stack
Select target project
aoth93/moduleit-m5stack
1 result
9793199a95df5d21da335635f319db27f942f367
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
update
· dd1a9876
Abdulrahman Othman
authored
1 year ago
dd1a9876
update physic intro
· 26949ed9
Abdulrahman Othman
authored
1 year ago
26949ed9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+11
-2
11 additions, 2 deletions
README.md
project/main.py
+1
-1
1 addition, 1 deletion
project/main.py
with
12 additions
and
3 deletions
README.md
View file @
26949ed9
...
@@ -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
This diff is collapsed.
Click to expand it.
project/main.py
View file @
26949ed9
...
@@ -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 M5Stac
c
k
@UHF M5Stack
'''
'''
from
machine
import
Pin
,
PWM
,
RTC
from
machine
import
Pin
,
PWM
,
RTC
from
bluetooth
import
BLE
from
bluetooth
import
BLE
...
...
This diff is collapsed.
Click to expand it.