trennfix/sw: Something is working already
[eisenbahn.git] / trennfix / sw / config.make
diff --git a/trennfix/sw/config.make b/trennfix/sw/config.make
new file mode 100644 (file)
index 0000000..303a371
--- /dev/null
@@ -0,0 +1,24 @@
+
+SRC = main.c
+
+################################################################################
+################################################################################
+
+AVRDUDE_PROGRAMMER = avrisp2
+MCU=attiny25
+F_CPU = 16000000
+
+# Fuse-Bits gibts praktisch bei http://www.engbedded.com/fusecalc !
+# 8 MHz interner RC-Oszillator usw. Brown out 4V
+LFUSE=0x61
+HFUSE=0xdc
+EFUSE=0xff
+
+
+
+
+
+
+
+
+