lcd2serial/intermediate-examples

56 lines
1.4 KiB
Plaintext

##
# This is, what the scale puts out when using the print_segments() function
##
# 545g 695g
8: 1111 1111
9: 1111 1111
A: 0010 0000
B: 0101 0101
C: 0011 0010
D: 1001 0001
E: 0000 0010
F: 0101 0101
##
# The raw output of the arduino as some kind of logic analyser looks like this
##
# 0g
0: 10001110000001111111000111000111000000111111000111000111
1:
2:
3: 01110001110001111000111000111000111000111000111000111000
4: 01110001110001111000111000111000111000111000111000111000
5: 01110001111110000000111000111000111111000000111000111000
6: 01110001110001111000111000111000111000111000111000111000
7: 01110001110001111000111000111000111000111000111000111000
8: 01110001110001111000111000111000111000111000111000111000
9: 01110001110001111000111000111000111000111000111000111000
A: 01110001110001111000111000111000111000111000111000111000
B:
C:
D:
E:
F:
# 45g
0: 00111111000111000111000000111111000111000011100000011111
1:
2:
3: 11000111000000111000111111000111000000111100011111100011
4: 00111000111000111000111000111000111000111100011100011100
5: 11000000111000111000111111000000111000111100011111100000
6: 00111000111000111000111000111000111000111100011100011100
7: 00111000111000111000111000111000111000111100011100011100
8: 00111000111000111000111000111000111000111100011100011100
9: 00111000111000111000111000111000111000111100011100011100
A: 00111000111000111000111000111000111000111100011100011100
B:
C:
D:
E:
F: