CircuitPython on Arduino MRKZero
Arduino 보드로 CircuitPython 을 활용해 보기 위해 일단 개발 환경을 설정해야 하는데, 관련 내용을 정리해 둔 페이지를 일단 keep!!
how to install CircuitPython on a variety of SAMD21-based boards
https://learn.adafruit.com/installing-circuitpython-on-samd21-boards/overview
The easiest method for installing CircuitPython is through the UF2 bootloader. UF2 is a slick piece of code that runs on your microcontroller, and it allows the board to appear as a drive on your computer. From there, you can simply drag-and-drop the CircuitPython installer! We will need to take the following steps to install CircuitPython on a SAMD21 board:
Install Arduino and the appropriate board definition
Download the UF2 bootloader Arduino code for your board
(add link) https://circuitpython.org/board/arduino_mkrzero/
Upload the UF2 bootloader code to your board from Arduino
Download the CircuitPython installer for your board
Copy the CircuitPython installer to your board
Test it!
What is CircuitPython?
https://learn.adafruit.com/welcome-to-circuitpython/what-is-circuitpython















