Skip to content
Permalink
Browse files

clock div/mult

  • Loading branch information
scanner-darkly committed Mar 28, 2017
1 parent efd23aa commit 128b3792d5eb787a9e887edc4afa8c82e9bea36d
Showing with 368 additions and 16 deletions.
  1. +1 −0 src/config.mk
  2. +193 −16 src/main.c
  3. +136 −0 src/synced_clock.c
  4. +38 −0 src/synced_clock.h
@@ -63,6 +63,7 @@ TARGET = $(THIS).elf
# List of C source files.
CSRCS = \
../src/main.c \
../src/synced_clock.c \
../libavr32/src/adc.c \
../libavr32/src/events.c \
../libavr32/src/i2c.c \

0 comments on commit 128b379

Please sign in to comment.