feat: 增加置物平台接口
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
int main(void)
|
||||
{
|
||||
/* add user code begin 1 */
|
||||
|
||||
by_debug_init();
|
||||
/* add user code end 1 */
|
||||
|
||||
/* system clock config. */
|
||||
@@ -108,7 +108,7 @@ int main(void)
|
||||
|
||||
while (1) {
|
||||
gpio_bits_write(GPIOA, GPIO_PINS_10, !gpio_output_data_bit_read(GPIOA, GPIO_PINS_10));
|
||||
delay_ms(1000);
|
||||
delay_ms(500);
|
||||
/* add user code end 3 */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user