From 036068d3d2c2c4ec2c7765ed6a84151e0afce484 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Wed, 26 Sep 2012 23:55:22 +0200 Subject: [PATCH] added link to the avr folder --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index e3bc673..800b9ea 100644 --- a/README.textile +++ b/README.textile @@ -12,6 +12,6 @@ h3. Board's main parts: h3. Test FW: -The folder 'avr' contains a avr-gcc project with test routines for the Atmega88 controller. +The folder "avr":https://github.com/tmeissner/usb-avr-cpld/tree/master/avr contains a avr-gcc project with test routines for the Atmega88 controller. It checks for the interfaces to the other devices. At the moment, a simply uart loop to the FT232RL is implemented.