Circuitpython
raspberry pi pico에서 Circuitpython을 사용할 수 있다.
learn.adafruit.com/getting-started-with-raspberry-pi-pico-circuitpython
Getting Started with Raspberry Pi Pico and CircuitPython
The Raspberry Pi foundation changed single-board computing when they released the Raspberry Pi computer, now they're ready to do the same for microcontrollers with the release of the brand new Raspberry Pi Pico.
learn.adafruit.com
circuitpython.readthedocs.io/en/6.1.x/README.html
CircuitPython — Adafruit CircuitPython 6.1.0 documentation
CircuitPython is a beginner friendly, open source version of Python for tiny, inexpensive computers called microcontrollers. Microcontrollers are the brains of many electronics including a wide variety of development boards used to build hobby projects and
circuitpython.readthedocs.io
MicroPython과의 차이점
CircuitPython :
- 모든 보드에서 기본 USB를 지원하므로 특별한 도구없이 파일을 편집 할 수 있습니다.
- 모든 빌드에 부동 소수점 (일명 소수)이 활성화됩니다.
- 오류 메시지는 10 개 이상의 언어로 번역됩니다.
- Python 내에서 동시성을 지원하지 않습니다 (인터럽트 및 스레딩 포함). 오디오 파일 재생과 같이 필요한 작업을 위해 네이티브 모듈을 사용하여 일부 동시성이 달성됩니다.
쓰레드를 사용할 수 없음에도 불구하고, 사용할 수 있는 라이브러리들이 많다는 것!
MicroPython
hackspace.raspberrypi.org/books/micropython-pico
Get Started with MicroPython on Raspberry Pi Pico — HackSpace magazine
Raspberry Pi Pico is a new low-cost, high-performance microcontroller board with flexible digital interfaces. Microcontrollers are computers stripped back to their bare essentials. You don’t use monitors or keyboards, but program them to take their input
hackspace.raspberrypi.org
Free Download가 된다. 기본을 익히기 좋은 자료다.
'EDU > 라즈베리파이' 카테고리의 다른 글
내 손에 라즈베리파이 피코 & 피코디스플레이 (0) | 2021.03.03 |
---|---|
당근에서 겟한 라즈베리파이 제로 W (0) | 2021.02.18 |
라즈베리파이 계정 패스워드를 자꾸 까먹는다 ㅠㅠ. (0) | 2021.02.18 |
[라즈베리파이] 라즈베리파이 연결 방법과 텍스트 에디터 선택 (0) | 2021.01.12 |
[라즈베리파이] 2달 프로젝트 : 책 2권 읽기 (0) | 2021.01.05 |