FunHouse - edit the onboard code

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ADA_sgf1960
 
Posts: 4
Joined: Fri Aug 19, 2022 3:13 pm

FunHouse - edit the onboard code

Post by ADA_sgf1960 »

How do i stop the automatic code so that I can edit and upload my own?

User avatar
dastels
 
Posts: 15653
Joined: Tue Oct 20, 2015 3:22 pm

Re: FunHouse - edit the onboard code

Post by dastels »

If you intend to use C++ (using Arduino or other environments) you can just "upload" (i.e. reflash) your code onto the board.

If you plan to use CircuitPython (https://learn.adafruit.com/welcome-to-circuitpython) you can install it if it isn't already on the board then (or just, if it's already installed) copy your code.py et.al. to the CIRCUITPY drive that the board provides.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “Adafruit CircuitPython”