initially adding files
This commit is contained in:
parent
03319f0586
commit
230e6fcbf2
6 changed files with 301 additions and 1 deletions
55
intermediate-examples
Normal file
55
intermediate-examples
Normal file
|
@ -0,0 +1,55 @@
|
|||
##
|
||||
# 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:
|
Loading…
Add table
Add a link
Reference in a new issue