mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
update
This commit is contained in:
@@ -26,10 +26,6 @@ void DataTask(void *argument)
|
|||||||
uint16_t cur_bias = 4096 / 2;
|
uint16_t cur_bias = 4096 / 2;
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
if(osMessageQueueGet(Key_MessageQueue, &keystr, NULL, 0)==osOK)
|
|
||||||
{
|
|
||||||
// UART6_TX_Send((uint8_t *)"key pressed\r\n", 13);
|
|
||||||
}
|
|
||||||
|
|
||||||
// over current and valtage, beep
|
// over current and valtage, beep
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user