Skip to content

Commit eddd116

Browse files
committed
Firmware version 2.7 release
1 parent e2edba5 commit eddd116

File tree

28 files changed

+2846
-1048
lines changed

28 files changed

+2846
-1048
lines changed

ReflowController/ReflowController.ino

Lines changed: 914 additions & 0 deletions
Large diffs are not rendered by default.

ReflowController/ReflowController.pde

Lines changed: 0 additions & 962 deletions
This file was deleted.

libraries/Encoder/Encoder.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
#include "Encoder.h"
3+
4+
// Yes, all the code is in the header file, to provide the user
5+
// configure options with #define (before they include it), and
6+
// to facilitate some crafty optimizations!
7+
8+
Encoder_internal_state_t * Encoder::interruptArgs[];
9+
10+

0 commit comments

Comments
 (0)