micropython/examples
stijn 25c4563f26 examples: Add example code for user C modules, both C and C++.
Add working example code to provide a starting point for users with files
that they can just copy, and include the modules in the coverage test to
verify the complete user C module build functionality.  The cexample module
uses the code originally found in cmodules.rst, which has been updated to
reflect this and partially rewritten with more complete information.
2020-10-29 15:30:42 +11:00
..
SDdatalogger
bluetooth examples/bluetooth: Update to use positional-only args to irq(). 2020-09-26 21:19:18 +10:00
embedding all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour. 2020-04-30 16:49:42 +10:00
hwapi
natmod extmod/ure: Use single function for match/search/sub. 2020-06-08 09:16:09 +02:00
network
unix
usercmodule examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00
accel_i2c.py
accellog.py
asmled.py
asmsum.py
conwaylife.py
ledangle.py
mandel.py
micropython.py
pins.py
pyb.py
switch.py