AKM Development Platform. This is the D7.014 version.

Dependencies:   AK09970 AK099XX AK7401 AK7451 AK8963X AK9750 AK9752 AkmSensor BLE_API I2CNano MCP342x SerialNano SpiNano TCA9554A mbed nRF51822

Fork of AKDP by Masahiko Fukasawa

debug.cpp

Committer:
masahikofukasawa
Date:
2017-05-03
Branch:
multi_sensor_test
Revision:
40:24065d634473
Parent:
0:c240899240e7

File content as of revision 40:24065d634473:

#include "debug.h"

#ifdef DEBUG

SerialNano *Debug::serial = NULL;

void Debug::setSerial(SerialNano *p) {
    serial = p;
}

SerialNano* Debug::getSerial() {
    return serial;
}

#endif // DEBUG