Changes to allow for SPI communication. MTS_SPI_Slave.cpp replaces MTSSerial.cpp. AT_SPI_Slave.ccp replaces ATSerial.cpp.

Dependencies:   MTS_SPI libmDot-dev-mbed5-deprecated

Fork of Dot-AT-Firmware by MultiTech

Committer:
ScottHoppeMultitech
Date:
Thu Dec 28 21:16:28 2017 +0000
Revision:
19:c37f04c52ccb
Parent:
16:d5cf2af81a6d
Changes to allow for SPI communication. MTS_SPI_Slave.cpp replaces MTSSerial.cpp. AT_SPI_Slave.ccp replaces ATSerial.cpp.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Mike Fiore 14:f9a77400b622 1 #ifndef __VERSION_H__
Mike Fiore 14:f9a77400b622 2 #define __VERSION_H__
Mike Fiore 14:f9a77400b622 3
jenkins@jenkinsdm1 16:d5cf2af81a6d 4 #define AT_APPLICATION_VERSION "3.0.0-rc7"
Mike Fiore 14:f9a77400b622 5
Mike Fiore 14:f9a77400b622 6 #endif