You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#pragma once
#include "system_ES8P5066.h"
#include <stdbool.h> //���岼��
#define UART0_RXD0_PIN GPIO_Pin_A22
#define UART0_TXD0_PIN GPIO_Pin_A23
//����
void port_debug_set(bool state); void port_led0_set(bool state); void port_led1_set(bool state); void port_led2_set(bool state); void port_led3_set(bool state); void port_led_r_set(bool state); void port_led_g_set(bool state); void port_led_b_set(bool state);
bool port_gpio_get_timer_key_state(void); bool port_gpio_get_gears_key_state(void); bool port_gpio_get_interval_key_state(void);
/*
���ŷ��� ����H PA11 ����M PA16 �ߵ͵���ѡ���رգ�1�����ߵ��죬2��ɫ��3��ɫ��4�رգ� LED0 PA3 LED1 PB13 LED2 PA5 LED3 PA6 LED_R PA7 LED_G PA8 LED_B PA9 PWM PA4 ���� PB1 ʱ�������� |�� --------------------|------ ��λ������ | �� --------------------|------ ��Ӧled������ | �� --------------------|------ RGB�� | --------------------|------ ����PWMƵ�� | --------------------|------ ����pwmռ�ձ� |�� --------------------|------ ����ʱ |�� --------------------|------ */
|