This protection dongle consists of a NAND gate connected with AN1 and AN2 on the inputs PB2 on the output, and AN0 connected to power it.
| 84 | // This protection dongle consists of a NAND gate connected with AN1 and AN2 on the inputs |
| 85 | // PB2 on the output, and AN0 connected to power it. |
| 86 | static bool SdsSpeedStar(void) |
| 87 | { |
| 88 | return !MemGetAnnunciator(0) || !(MemGetAnnunciator(1) && MemGetAnnunciator(2)); |
| 89 | } |
| 90 | |
| 91 | // Returns the copy protection dongle state of PB0. A return value of -1 means not used by copy protection dongle |
| 92 | int CopyProtectionDonglePB0(void) |
no test coverage detected