Skip to content

Commit

Permalink
Firmware version 2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
estechnical committed Jan 13, 2015
1 parent e2edba5 commit eddd116
Show file tree
Hide file tree
Showing 28 changed files with 2,846 additions and 1,048 deletions.
914 changes: 914 additions & 0 deletions ReflowController/ReflowController.ino

Large diffs are not rendered by default.

962 changes: 0 additions & 962 deletions ReflowController/ReflowController.pde

This file was deleted.

10 changes: 10 additions & 0 deletions libraries/Encoder/Encoder.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

#include "Encoder.h"

// Yes, all the code is in the header file, to provide the user
// configure options with #define (before they include it), and
// to facilitate some crafty optimizations!

Encoder_internal_state_t * Encoder::interruptArgs[];


Loading

0 comments on commit eddd116

Please sign in to comment.