~ruther/avr-shift-registers

ref: 1f2a92a06212f4f39cef70035f3250a2ae43e640 avr-shift-registers/src/sr/CMakeLists.txt -rw-r--r-- 182 bytes
1f2a92a0 — František Boháček fix: code 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
)