mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 10:18:54 +01:00
update picocalc keyboard
This commit is contained in:
parent
8b6822a80c
commit
a049952189
2050
Bin/PicoCalc_BIOS_factory_v1.4.hex
Normal file
2050
Bin/PicoCalc_BIOS_factory_v1.4.hex
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Bin/PicoCalc_BIOS_v1.4.bin
Normal file
BIN
Bin/PicoCalc_BIOS_v1.4.bin
Normal file
Binary file not shown.
1
Bin/PicoCalc_BIOS_v1.4.bin.md5sum
Normal file
1
Bin/PicoCalc_BIOS_v1.4.bin.md5sum
Normal file
@ -0,0 +1 @@
|
||||
1c8aba4688a324db046b718dec917f5b PicoCalc_BIOS_v1.4.bin
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user