This website requires JavaScript.
Explore
Help
Register
Sign In
AllSpiceMirrors
/
jumperless-boardboard-v5
Watch
0
Fork
0
You've already forked jumperless-boardboard-v5
mirror of
https://github.com/Architeuthis-Flux/JumperlessV5.git
synced
2025-09-05 10:47:58 +00:00
Files
Issues
Releases
Activity
jumperless-boardboard-v5
/
RP23V50firmware
/
lib
/
micropython
/
micropython_embed
/
shared
History
Kevin Santo Cappuccio
6b4d9f7c7a
Added machine module (so far just pins and uart), fixed some weirdness with switching between file manager, repl, and ekilo, added uart examples, used some extra ram for the micropython heap and stack,
2025-09-02 13:10:53 -07:00
..
readline
Added slow PWM so python you can set PWM down to 0.001Hz, added stop_core2(), send_raw(), sped up CH446Q sending a ton.
2025-07-29 17:53:36 -07:00
runtime
Added machine module (so far just pins and uart), fixed some weirdness with switching between file manager, repl, and ekilo, added uart examples, used some extra ram for the micropython heap and stack,
2025-09-02 13:10:53 -07:00
timeutils
Huge update to micropython, automatically imports time, os, math modules (not machine yet but I'll get there), custom types for jumperless module (gpio states print as HIGH/LOW but evaluate as True/False), module as a bunch of new functions (run_app("name of app") is whitespace and case insensitive so run_app("xlsx gui") is fine), bug fix to the app where escaped arrow keys (ESC[A) were getting sent weirdly in interactive mode,
>
just runs a single python command(with implicit jumperless. so > get_gpio(2) works), help docs updated, micropython build system totally redone. jfc I should've been comitting as I went along.
2025-06-16 00:45:05 -07:00