Added some IO modules (teslaGun, solenoid, powerEnable) as dedicated modules instead of general IO

Fixed code behind them

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@266 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
mmi
2017-10-25 14:50:20 +00:00
parent 7e6f4a735c
commit 9a0d6a2288
22 changed files with 774 additions and 239 deletions

View File

@@ -24,6 +24,7 @@ ARFLAGS = rs
OBJECTS = \
ADCDevice.o \
CoverSolenoid.o \
DACDevice.o \
DisplayDevice.o \
hsb-mrts.o \
@@ -35,7 +36,9 @@ MAX5715.o \
nhd0420.o \
Observable.o \
PID.o \
storm700.o
Power6V5Supply.o \
storm700.o \
TeslaGunSafety.o
vpath %.o $(OBJDIR)