~ruther/avr-shift-registers

ref: ac31ec3d13f7dfc9e2d28fb5249aea17b614d1d0 avr-shift-registers/src/sr/CMakeLists.txt -rw-r--r-- 182 bytes
ac31ec3d — František Boháček fix: use consts instead of pointers 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
add_avr_library(
   avr_shift_registers
   util.c
   shift_register.c
   piso_shift_register.c
   sipo_shift_register.c
   data_position.c
   shift_register_internal.h
   seduce.h
)