module:micropython:esp32checkmath
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
module:micropython:esp32checkmath [2021/12/08 11:30] – [MicroPython: Esp32CheckMath] omdevelop | module:micropython:esp32checkmath [2022/09/13 11:58] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
] | ] | ||
- | Beispiel für die Einbindung | + | ===== Benutzung ===== |
+ | Beispiel für die Einbindung | ||
<code python> | <code python> | ||
# | # | ||
Line 19: | Line 19: | ||
# | # | ||
</ | </ | ||
+ | Wichtig: Die Library muss im FileSystem des MicroControllers vorhanden sein! | ||
+ | Aufrufendes Programm **Esp32CheckMath.py** : | ||
<code python> | <code python> | ||
# | # | ||
Line 25: | Line 27: | ||
# | # | ||
print(' | print(' | ||
- | # | + | print(' |
</ | </ | ||
- | < | + | Run-Ausgabe im Terminal: |
+ | <code> | ||
+ | >>> | ||
+ | >>> | ||
+ | 3 + 5 = 8 | ||
+ | 3 - 5 = -2 | ||
+ | ♦♦> | ||
+ | MicroPython v1.17 on 2021-09-02; ESP32 module with ESP32 | ||
+ | Type " | ||
+ | >>> | ||
</ | </ | ||
- | |||
- | Wichtig: Die Library muss im FileSystem des MicroControllers vorhanden sein! | ||
- | ===== ===== | ||
===== Version ===== | ===== Version ===== | ||
+ | {{: | ||
{{: | {{: | ||
module/micropython/esp32checkmath.1638959425.txt.gz · Last modified: 2021/12/08 12:30 (external edit)