simple script working

This commit is contained in:
iceman1001 2020-05-26 12:17:41 +02:00
commit e106a5717c
2 changed files with 5 additions and 5 deletions

5
client/pyscripts/ice.py Normal file
View file

@ -0,0 +1,5 @@
lrc= 0x00
for i in range(5):
lrc ^= 42
print('\n final LRC XOR byte value: %02X\n' % (lrc))