전체 글 썸네일형 리스트형 myCortex(LM3S8962)에서 광전자도트매트릭스 테스트 프로그램 #include "inc/lm3s8962.h" #include "inc/hw_memmap.h" #include "inc/hw_types.h" #include "DriverLib/debug.h" #include "DriverLib/gpio.h" #include "DriverLib/sysctl.h" typedef unsigned char u8; typedef volatile unsigned int vu32; /* #define A3_ON GPIOB->ODR |= GPIO_Pin_6 #define A3_OFF GPIOB->ODR &= ~GPIO_Pin_6 #define A2_ON GPIOB->ODR |= GPIO_Pin_7 #define A2_OFF GPIOB->ODR &= ~GPIO_Pin_7 #define.. 더보기 이전 1 ··· 16 17 18 19 20 21 22 ··· 100 다음