Short-bus / pilomar

RaspberryPi based miniature observatory
https://shortbus.blog/
GNU General Public License v3.0
70 stars 14 forks source link

Support for Pimoroni Tiny2350 #81

Closed Short-bus closed 2 months ago

Short-bus commented 2 months ago

Pimoroni Tiny2350 is now available with increased memory and higher performance. Previous Tiny2040 is maxed out with the current version of code.py and does not seem to have the capacity to run CircuitPython later than 8.2 with the pi-lomar software at the same time. Retain support for Tiny2040 with existing code.py Add a separate updated version of code.py to be used on the Tiny2350 and taking advantage of its extra capacity. Add subdirectories to /circuitpython to hold the Tiny2040 and Tiny2350 versions separately.

Short-bus commented 2 months ago

Opened branch https://github.com/Short-bus/pilomar/tree/Pimoroni-Tiny2350

Short-bus commented 2 months ago

circuitpython folder rearranged to hold original Tiny2040 code and the new Tiny2350 code.