diff --git a/00_m644p_blink_make/.cproject b/00_m644p_blink_make/.cproject
new file mode 100644
index 0000000..8ef28f1
--- /dev/null
+++ b/00_m644p_blink_make/.cproject
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ make
+
+ program
+ true
+ true
+ true
+
+
+
+
+
+
+
+
+
+
diff --git a/00_m644p_blink_make/.gitignore b/00_m644p_blink_make/.gitignore
new file mode 100644
index 0000000..1d20484
--- /dev/null
+++ b/00_m644p_blink_make/.gitignore
@@ -0,0 +1,3 @@
+/Makefile
+
+.dep/
\ No newline at end of file
diff --git a/00_m644p_blink_make/.project b/00_m644p_blink_make/.project
new file mode 100644
index 0000000..51b1930
--- /dev/null
+++ b/00_m644p_blink_make/.project
@@ -0,0 +1,27 @@
+
+
+ 00_m644p_blink_make
+
+
+
+
+
+ org.eclipse.cdt.managedbuilder.core.genmakebuilder
+ clean,full,incremental,
+
+
+
+
+ org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder
+ full,incremental,
+
+
+
+
+
+ org.eclipse.cdt.core.cnature
+ org.eclipse.cdt.managedbuilder.core.managedBuildNature
+ org.eclipse.cdt.managedbuilder.core.ScannerConfigNature
+ de.innot.avreclipse.core.avrnature
+
+
diff --git a/00_m644p_blink_make/main.c b/00_m644p_blink_make/main.c
new file mode 100644
index 0000000..8fbcb52
--- /dev/null
+++ b/00_m644p_blink_make/main.c
@@ -0,0 +1,49 @@
+/*
+ * main.c
+ *
+ * Created on: 22 нояб. 2018 г.
+ * Author: maxx
+ */
+#include
+#include
+/*
+ * m1284p minimum template, with one button & one led
+ */
+
+//M644P/M1284p Users LEDS:
+//LED1/PORTC.4- m644p/m1284p maxxir
+#define led1_conf() DDRC |= (1<