integrating first device handlers

This commit is contained in:
2020-09-30 21:49:00 +02:00
committed by Robin.Mueller
parent 36ef735067
commit 9fd27801f6
8 changed files with 774 additions and 39 deletions

View File

@ -16,11 +16,7 @@
namespace CLASS_ID {
enum {
MISSION_CLASS_ID_START = FW_CLASS_ID_COUNT,
RS232_CHANNEL, //!< RS232
I2C_CHANNEL, //!< I2C
SPI_CHANNEL, //!< SPI
GPS_HANDLER, //!< GPS
PUS_SERVICE_3 //!< HKS
MGM_LIS3MDL
};
}