tnc3-firmware/TNC/KissHardware.h

19 wiersze
320 B
C

// Copyright 2018 Rob Riggs <rob@mobilinkd.com>
// All rights reserved.
#ifndef MOBILINKD__TNC__KISS_HARDWARE_H_
#define MOBILINKD__TNC__KISS_HARDWARE_H_
#ifdef __cplusplus
extern "C" {
#endif
int powerOnViaUSB(void);
int powerOffViaUSB(void);
#ifdef __cplusplus
}
#endif
#endif // MOBILINKD__TNC__KISS_HARDWARE_H_