Returns the copy protection dongle state of PB0. A return value of -1 means not used by copy protection dongle
| 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) |
| 93 | { |
| 94 | return -1; |
| 95 | } |
| 96 | |
| 97 | // Returns the copy protection dongle state of PB1. A return value of -1 means not used by copy protection dongle |
| 98 | int CopyProtectionDonglePB1(void) |