목록2025/03/05 (1)
printf("ho_tari\n");

2025.03.05 Notepad 다운 KiCAD 다운 오늘의 학습 목표- LED 제어 / Button 제어 / LED -- Button 연동 아스키코드 /* * 01.LED_CONTROL.c * * Created: 2025-03-04 오후 4:25:29 * Author : microsoft */ #define F_CPU 16000000UL // 16MHZ Unsigned Long#include #include // _delay_ms, _delay_us 헤더파일// none o/s 방식 또는 loop monitor 방식void main(void){ //76543210 DDRA = 0b11111111; // PORTA를 출력 모드(1)로 설정 // ---- 상위 nibble : 상위 4..
(Telechips) AI 시스템 반도체 SW 개발자 교육/ATmega128 마이크로컨트롤러 프로그래밍
2025. 3. 5. 16:50