This website requires JavaScript.
Explore
Help
Sign In
avr
/
avr_demo
Watch
1
Star
0
Fork
0
You've already forked avr_demo
mirror of
synced
2024-11-22 09:14:24 +01:00
Code
Releases
Activity
391a0e6cc2
avr_demo
/
tpic6b595_shiftout
/
main.h
4 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
Shiftin out with TPIC6B595.
2011-11-06 19:04:31 +01:00
static
void
init
(
void
)
;
Code for two daisychained shift registers.
2011-11-20 17:53:38 +01:00
void
shift_out
(
uint8_t
data
)
;
Shiftin out with TPIC6B595.
2011-11-06 19:04:31 +01:00
int
main
(
void
)
;
Copy Permalink