gitextract_1e21aora/ ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── unicorn/ │ ├── Makefile │ ├── help.c │ ├── machine_i2c.c │ ├── machine_pin.c │ ├── main.c │ ├── modmachine.c │ ├── modmachine.h │ ├── modpyb.c │ ├── modpyb.h │ ├── modutime.c │ ├── mpconfigport.h │ ├── mpconfigport_features.h │ ├── mpconfigport_minimal.h │ ├── mpconfigport_pyboard.h │ ├── mphalport.c │ ├── mphalport.h │ ├── pyb_adc.c │ ├── pyb_led.c │ ├── pyb_servo.c │ ├── pyb_switch.c │ ├── qstrdefsport.h │ ├── uart.c │ ├── unicorn.ld │ └── unicorn_mcu.h └── www-emu/ ├── Makefile ├── codemirror.css ├── codemirror.js ├── demo_gen.py ├── features_demos.py ├── fit.js ├── index.html ├── minimal_demos.py ├── mp_unicorn.css ├── mp_unicorn.js └── pyboard_demos.py