Commit 2e209614 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

set default for F_I2C

parent ea0c6d43
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
#include "arch.h"
#include <msp430.h>

#ifndef F_I2C
#define F_I2C 100000
#endif

volatile unsigned short old_ifg = 0;

signed char I2C::setup()