diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d5b905 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# alee-devboard + +The Alee "devboard" is a microcontroller development board designed for use with [Alee Forth](https://code.bitgloo.com/bitgloo/alee-forth). It combines a compact and versatile Forth compiler/interpreter with 64kB of fast and non-volatile FRAM: the result is an on-board-IDE that retains your work even after power is removed. Simply plug the devboard into your computer via USB and you're ready to go! + +**Features:** + +* 16MHz microcontroller with 64kB FRAM and 8kB SRAM +* Plenty of peripherals: ADC, UART, SPI, I2C, timers, RTC +* Standards-compliant Forth interpreter (compact: uses <8kB of memory) +* Two buttons and two RGB LEDs for basic input/output +* Arduino-compatible form factor for easy and familiar tinkering + |