From a0d20958c3cada92a0e72602605c2732bf389152 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Sat, 27 Nov 2010 09:55:29 +1100 Subject: [PATCH] add resource URIs to README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index ee5de4d..cd05cf9 100644 --- a/README +++ b/README @@ -98,6 +98,15 @@ The fixed-point stuff is fun, although we have to manually ensure that the decim The PID code in heater.c is probably quite generalisable, and seems to work well when tuned. Google knows of plenty of PID tuning guides. +############################################################################## +# # +# Resources # +# # +############################################################################## + +Forum thread: http://forums.reprap.org/read.php?147,33082 +Source Repository: http://github.com/triffid/FiveD_on_Arduino +Wiki Page: http://objects.reprap.org/wiki/FiveD_on_Arduino ############################################################################## # # @@ -111,6 +120,9 @@ This is the analog subsystem. Only used if you have a thermistor or ad595 *** arduino.h, arduino_[chip].h Pin mappings and helper functions for various atmegas +*** clock.[ch] +Regular functions that run in main loop rather than an interrupt + *** config.h.dist, config.h Configuration for your electronics and hardware. Copy config.h.dist to config.h, edit config.h to suit