mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 18:28:53 +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[0] = reg;
|
||||||
write_buffer[1] = 1;
|
write_buffer[1] = 1;
|
||||||
}break;
|
}break;
|
||||||
|
case REG_ID_RST:{
|
||||||
|
if(is_write){
|
||||||
|
delay(rcv_data[1]*1000);
|
||||||
|
}else{
|
||||||
|
delay(1000);
|
||||||
|
}
|
||||||
|
NVIC_SystemReset();
|
||||||
|
}break;
|
||||||
default: {
|
default: {
|
||||||
write_buffer[0] = 0;
|
write_buffer[0] = 0;
|
||||||
write_buffer[1] = 0;
|
write_buffer[1] = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user