Integrated circuit fixes and code improvements

This commit is contained in:
ACCount
2017-11-21 03:04:17 -06:00
committed by CitadelStationBot
parent 065a816183
commit 8a64287249
21 changed files with 720 additions and 555 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
#define IC_INPUT "input"
#define IC_OUTPUT "output"
#define IC_ACTIVATOR "activator"
#define IC_INPUT "I"
#define IC_OUTPUT "O"
#define IC_ACTIVATOR "A"
// Pin functionality.
#define DATA_CHANNEL "data channel"