Skip to content

Commit

Permalink
Updated readme with meaningful info
Browse files Browse the repository at this point in the history
  • Loading branch information
garthwebb committed Mar 5, 2018
1 parent 1c4ae24 commit 4ddb3fb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# grinder-controller
# grinder-controller

This is an update to the coffee grinder project. It makes use of the tachometer wires the laser printer motor has to detect when the motor is grinding coffee beans and when its free running. The existing three position toggle switch (on-momentary, off, on-momentary) used to only make use of one of the on positions to turn on the motor as long as it was pressed. Now pressing the switch in the other direction will activate an auto grind functionality. When activated this will grind coffee until it detects there is no more coffee left to grind.

This projet includes the following files and directories:

* Coffee Grinder.pdf - A state diagram describing the new controller
* README.md - This file
* pcb-layout - Eagle files for the PCB designed and created to control the motor.
* src - AVR C code that runs the controller functionality

0 comments on commit 4ddb3fb

Please # to comment.