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.
Dependencies: mbed-src Ping SDFileSystem
main/extern.h
- Committer:
- lilac0112_1
- Date:
- 2016-02-28
- Revision:
- 1:ea7307724f1c
- Parent:
- 0:6c79a352010b
File content as of revision 1:ea7307724f1c:
#ifndef _EXTERN_H_
#define _EXTERN_H_
#include "def.h"
/*追加ライブラリ*/
#include "SDFileSystem.h"
#include "Ping.h"
#include "format.h"
/*クラス,ピン宣言等*/
#if defined(ULTRA_SONIC) || defined(ULTRA_SONIC_2)
extern Serial pc;
extern SPISlave nucleo;
extern InterruptIn call;
extern Ping rear;
extern Ping front;
extern DigitalOut led[2];
#endif /*(ULTRA_SONIC) || (ULTRA_SONIC_2)*/
#ifdef IR_SENSOR
extern Serial pc;
extern SPISlave nucleo;
extern InterruptIn call;
extern SPI ir;
extern DigitalOut cs[];
extern PwmOut supply;
#endif /*IR_SENSOR*/
#endif /*_EXTERN_H_*/