Skip to content

Instantly share code, notes, and snippets.

View sebi5361's full-sized avatar
🐋
~~

sebi sebi5361

🐋
~~
View GitHub Profile
# 2019-09-19 SK, MIT license
"""
MicroPython code.
Memory map access using the peek and poke functions.
Tested on nRF52.
"""
# Peek
@micropython.asm_thumb
def reg_read(r0): # address
# 2019-09-26 SK, MIT license
"""
MicroPython code - nRF port
Accessing the peripherals of the MPow/Desay DS-D6 wristband
"""
"""
pins.cvs content:
USB_VOLT,P2
BAT_VOLT,P3