diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0188a8e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Neopixel driver for AVR mcu
+
+## Motivation
+
+For AVR exist two library:
+- With using extremely unstable features: https://github.com/devcexx/ws2812-avr
+- With using only SPI: https://github.com/smart-leds-rs/ws2812-spi-rs
+
+I'm focused on SmartLed trait implementation for AVR MCU (reference: https://github.com/devcexx/ws2812-avr).
\ No newline at end of file