RaspberryPi/RP2040 RP2040 SSM EVM - CircuitPython 내부온도 출력 하기 nexp 2021. 4. 2. 07:55 RP2040은 칩내부에 온도 센서가 있고 칩의 온도 값을 출력하기 위해 microcontroller 패키지를 이용하면 쉽게 온도 값을 출력 할 수 있다. 간단히 아래와 같이 내부온도를 쉽게 출력 할 수 있다. import time import microcontroller while True: print(microcontroller.cpu.temperature) time.sleep(0.5) 반응형 공유하기 URL 복사카카오톡 공유페이스북 공유엑스 공유 게시글 관리 구독하기Engineer's LAB 저작자표시 비영리 변경금지 'RaspberryPi/RP2040' Related Articles Raspberry Pi Pico RP2040 - Arduino IDE에서 Iperf로 W5500의 TCP Throughput 측정 테스트 RP2040 Arduino IDE에서 SPI DMA 사용하기 RP2040 SSM EVM - CircuitPython ADC, PWM 테스트 RP2040 SSM EVM - CirCuitPython GPIO 토글 속도