aiko_engine_mp
aiko_engine_mp copied to clipboard
microPython event based engine supporting network messages (MQTT), times and various hardware drivers
Made a lot of changes to the install doc. Re ordering, adding details, more info about Windows
Distributes inputs in the range 0..100 evenly across the menu items, fixing a bug making it almost impossible to select the first item. I'm happy with the logic. I'm sure...
Suggest moving the current LED module to being a specific ws2812 module and then breaking this up to have the basic functions (turning LEDs on and off etc) as part...
Added two new PowerShell Scripts. Note that mpfshell on Windows has a problem and this change contains the work around (assuming mpfshell has been installed from source ``` py $env:VIRTUAL_ENV\Scripts\mpfshell-script.py...
I find adding this little bit of code very useful for Badge Development - so putting it out there in case someone else does. Why for Vogons-sake did I write...
I was today years old when I found out there's two different PBM image formats: http://netpbm.sourceforge.net/doc/pbm.html P4 doesn't have a creator comment, P1 does. P4 [ whitespace ] [width] [height]...
Happy for some feedback, this publishes a message out on the devices public 'hugs' topic. I'm still trying to get my buttons to work, so bear that in mind :-/
Update the snake game to run, as the OLED interface has changed. WIP: the game now runs, but its weird and buggy, which I'm working on now
This is linux.conf.au, we need tuz on our badges
Be able to accept the `PWM` `pin_mode` type and then be able to accept messages for the pin to set the PWM value of the pin. Prereq for the servo...