#include <phh855.h> void main(void) phh_gpio_config(LED_PIN, OUTPUT, PUSH_PULL); while(1) phh_gpio_toggle(LED_PIN); phh_delay_ms(500);
This website uses cookies. By continuing to use the site you are agreeing to our privacy policy.