add resource URIs to README

This commit is contained in:
Michael Moon 2010-11-27 09:55:29 +11:00
parent e991578e10
commit a0d20958c3
1 changed files with 12 additions and 0 deletions

12
README
View File

@ -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