BEI ZHANG / Mbed 2 deprecated RM3100_SPI_SampleCode

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

Go to the documentation of this file.
00001 
00002 /**
00003 * @file         main.h
00004 *
00005 * @brief        Sample interface for RM3100.
00006 *
00007 * @authors      Betty Zhang
00008 * @date         05/21/2018
00009 * @copyright    (C) 2018 PNI Corp, Protonex LLC
00010 *
00011 * @copyright    Disclosure to third parties or reproduction in any form
00012 *               whatsoever, without prior written consent, is strictly forbidden
00013 *
00014 */
00015 
00016 #include "mbed.h"
00017 
00018 #define REVISION "1.0"
00019 
00020 extern SPI spi;
00021 extern DigitalOut cs; //ssel
00022 extern Serial comport;