mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Added Omar's changes to the compressor interface
Change-Id: Iff22b0eaa319065b06795b381c4d6072f8087da8
This commit is contained in:
@@ -16,7 +16,6 @@ extern "C" {
|
||||
void *initializeCompressor(uint8_t module);
|
||||
bool checkCompressorModule(uint8_t module);
|
||||
|
||||
void setCompressor(void *pcm_pointer, bool value, int32_t *status);
|
||||
bool getCompressor(void *pcm_pointer, int32_t *status);
|
||||
|
||||
void setClosedLoopControl(void *pcm_pointer, bool value, int32_t *status);
|
||||
|
||||
Reference in New Issue
Block a user