mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
* Circuit updates, adds new components, improves printer, new assemblies. * Finishes powernet circuit. * Adds wearable assemblies. * Finialization before merging with GLOB port. * Finishes circuit update, hopefully. * Forgot to undo map. * Removes debug output.
33 lines
618 B
Plaintext
33 lines
618 B
Plaintext
#undef IC_INPUT
|
|
#undef IC_OUTPUT
|
|
#undef IC_ACTIVATOR
|
|
|
|
#undef DATA_CHANNEL
|
|
#undef PULSE_CHANNEL
|
|
|
|
#undef IC_FORMAT_ANY
|
|
#undef IC_FORMAT_STRING
|
|
#undef IC_FORMAT_CHAR
|
|
#undef IC_FORMAT_COLOR
|
|
#undef IC_FORMAT_NUMBER
|
|
#undef IC_FORMAT_DIR
|
|
#undef IC_FORMAT_BOOLEAN
|
|
#undef IC_FORMAT_REF
|
|
#undef IC_FORMAT_LIST
|
|
|
|
#undef IC_FORMAT_PULSE
|
|
|
|
#undef IC_PINTYPE_ANY
|
|
#undef IC_PINTYPE_STRING
|
|
#undef IC_PINTYPE_CHAR
|
|
#undef IC_PINTYPE_COLOR
|
|
#undef IC_PINTYPE_NUMBER
|
|
#undef IC_PINTYPE_DIR
|
|
#undef IC_PINTYPE_BOOLEAN
|
|
#undef IC_PINTYPE_REF
|
|
#undef IC_PINTYPE_LIST
|
|
|
|
#undef IC_PINTYPE_PULSE_IN
|
|
#undef IC_PINTYPE_PULSE_OUT
|
|
|
|
#undef IC_MAX_LIST_LENGTH |