update picocalc keyboard

This commit is contained in:
cuu 2025-08-10 20:11:36 +08:00
parent 8b6822a80c
commit a049952189
4 changed files with 2059 additions and 0 deletions

File diff suppressed because it is too large Load Diff

BIN
Bin/PicoCalc_BIOS_v1.4.bin Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
1c8aba4688a324db046b718dec917f5b PicoCalc_BIOS_v1.4.bin

View File

@ -178,6 +178,14 @@ void receiveEvent(int howMany) {
write_buffer[0] = reg;
write_buffer[1] = 1;
}break;
case REG_ID_RST:{
if(is_write){
delay(rcv_data[1]*1000);
}else{
delay(1000);
}
NVIC_SystemReset();
}break;
default: {
write_buffer[0] = 0;
write_buffer[1] = 0;