RM3100 SPI sample code

Dependencies:   mbed

main.h

Committer:
BeiZhang
Date:
2019-03-10
Revision:
0:71d5c1c75f0b

File content as of revision 0:71d5c1c75f0b:


/**
* @file         main.h
*
* @brief        Sample interface for RM3100.
*
* @authors      Betty Zhang
* @date         05/21/2018
* @copyright    (C) 2018 PNI Corp, Protonex LLC
*
* @copyright    Disclosure to third parties or reproduction in any form
*               whatsoever, without prior written consent, is strictly forbidden
*
*/

#include "mbed.h"

#define REVISION "1.0"

extern SPI spi;
extern DigitalOut cs; //ssel
extern Serial comport;