-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aea7937
commit 8798367
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule micropython-microbit-v2
updated
12 files
+1 −0 | src/codal_app/codal.json | |
+3 −0 | src/codal_app/main.cpp | |
+1 −0 | src/codal_app/microbithal.h | |
+4 −0 | src/codal_app/microbithal_microphone.cpp | |
+10 −2 | src/codal_port/microbit_i2c.c | |
+53 −9 | src/codal_port/microbit_microphone.c | |
+8 −0 | src/codal_port/microbit_pinmode.c | |
+25 −0 | src/codal_port/microbit_soundeffect.c | |
+11 −7 | src/codal_port/microbit_spi.c | |
+23 −15 | src/codal_port/modaudio.c | |
+5 −2 | src/codal_port/modmicrobit.h | |
+1 −1 | src/codal_port/mphalport.h |