Change split 12bit variables to single uint16_t vars

This commit is contained in:
Allen Hill
2023-08-23 17:23:53 -04:00
parent 4952ecb12b
commit 8a7184a620
3 changed files with 68 additions and 74 deletions
+6 -4
View File
@@ -197,11 +197,13 @@ int main() {
}
void Setup() {
CD_ID_1 = 0x03;
CD_ID_2 = 0x60;
// CD_ID_1 = 0x03;
// CD_ID_2 = 0x60;
HU_ID_1 = 0x01;
HU_ID_2 = 0x90;
// HU_ID_1 = 0x01;
// HU_ID_2 = 0x90;
CD_ID = 0x360;
HU_ID = 0x190;
showLog = 1;
showLog2 = 1;