CircuitPython_Community_Bundle
A bundle of useful CircuitPython libraries from the CircuitPython community.
파일 탐색기
최종 버전 다운로드 (.zip)- build.yml
- release.yml
- 74hc165
- ad5245
- ad5293
- ad9833
- adafruit_soundboard
- as3935
- as5600
- at24mac_eeprom
- at42qt1070
- at42qt2120
- axp192
- axp2101
- bbq10keyboard
- bluepad32
- bteve
- buildhat
- circuitpython-as7343
- cirque_pinnacle
- df1201s
- displayio_st7565
- drv8830
- ds1302
- dynamixel
- fs3000
- gc9a01
- gc9d01
- gpio_expander
- grove_vision_ai_v2
- gt911
- hcsr04
- hx711
- i2c_expanders
- i2cencoderlibv21
- ili9163
- ina3221
- jled
- KineticRGB
- laser_at
- laser_egismos
- lcd1602
- lilygo_tdeck
- lis2dh12
- ltc166x
- ltr329als01
- ltr559
- m5paper_epd
- m5stack_pbhub
- m5stack_unit8
- mcp48xx
- mhz19
- mics6814
- mitutoyo
- mpu6886
- nau7802
- nrf24l01
- P1AM
- paj7620
- pca9674
- pca9955b
- pcf85063a
- ps2controller
- qmi8658c
- qwiicas3935
- qwiicjoystick
- qwiickeypad
- qwiicquadsolidstaterelay
- qwiicrelay
- qwiictwist
- rda5807
- rm3100
- ruhrohrotaryio
- sc_servo
- seeed_xiao_nrf52840
- segment_display
- serial-tft
- serlcd
- sh1106
- slight_tlc5957
- tca9555
- ticstepper
- tlv320aic3204
- tm1637_display
- tmp75
- trellism4_extended
- ttp229
- wiichuck
- absolute_mouse
- airqualitytools
- ansi_escape_code
- arrowline
- async_button
- async_buzzer
- asynccp
- AzureCustomVision_Prediction
- bambulabs
- base64
- biplane
- ble_cycling_power_service
- button_handler
- buzzer-music
- candlesticks
- caveble
- chime
- circuitpython_display_frame
- color_picker
- colorfader
- csv
- discordbot
- display_ht16k33
- displayio_annotation
- displayio_cartesian
- displayio_dial
- displayio_effects
- displayio_listselect
- dotstar_featherwing
- dst_adjuster
- ehttpserver
- equalizer
- example
- functools
- gamblor21_ahrs
- game_controls
- gauge
- HMAC
- ifttt
- iperf
- keymanager
- leapyear
- mag_cal
- mcp23017_scanner
- menumanager
- microosc
- midi_tools
- miniethers
- morsecode
- multi_keypad
- nitroclass
- noise
- nonblocking_serialinput
- nonblocking_timer
- nvm_helper
- Oakdevtech_CircuitPython_IcePython
- ohmslaw
- p1am_200_helpers
- palettefader
- palettefilter
- paletteslice
- parse
- pio_i2s
- PiperBlocklyLibrary
- pixel_mapper
- punkconsole
- rangeslicer
- rgb_spectrumtools
- rotaryselect
- RS485-Wrapper
- scales
- schedule
- sevenseg
- shadowwatcher
- simple_dial
- slider
- softkeyboard
- styles
- synthiota
- synthtools
- synthvoice
- temperaturetools
- thingsboard_client_sdk
- tmidi
- toml
- touchcalibrator
- tzdb
- uboxplot
- udecimal
- uplot
- usb_host_descriptor_parser
- usb_host_gamepad
- uuidv4
- wavebuilder
- waveform
- waveviz
- update_linux.sh
- update_macosx.command
- .gitignore
- .gitmodules
- adafruit_circuitpython_community_bundle_100_large.png
- build.sh
- circuitpython_community_auto_library_list.md
- circuitpython_community_library_list.md
- CODE_OF_CONDUCT.md
- LICENSE
- README.md
- README.txt
- requirements.txt
- update-submodules.sh
- works_in_progress.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/adafruit/CircuitPython_Community_Bundle
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd CircuitPython_Community_Bundle
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install circuitpython-build-tools
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
python3 -m venv .env
파이썬 스크립트(또는 모듈)를 실행합니다.
pip install circuitpython-build-tools
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
