Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
main.h
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;
Generated on Thu Jul 14 2022 03:31:09 by
1.7.2