/SMFpumpController

Sustainable Microfarms Pump controller

Primary LanguageC

SMFpumpController

Sustainable Microfarms Pump controller

PROGRAMMING

  • follow this tutorial to setup the software http://www.ladyada.net/learn/avr/index.html
  • once AVR dude is working you can program the boards with the provided makefile
  • if you are using the usbtiny ISP you will need to change line 3 of the make file to reflect that
  • 1st: run sudo make flash
  • 2nd: run make to verify the program compiles
  • 3rd: run sudo make flash to program the boards

-best of luck, Connor