source: rtos_arduino/trunk/arduino_lib/libraries/ZumoShield/ZumoShield_cfg.h@ 232

Last change on this file since 232 was 232, checked in by ertl-honda, 8 years ago

Zumo用ライブラリの追加

File size: 149 bytes
Line 
1#ifdef __cplusplus
2extern "C" void zumobuzzer_task(intptr_t exinf);
3#else
4extern void zumobuzzer_task(intptr_t exinf);
5#endif /* __cplusplus */
Note: See TracBrowser for help on using the repository browser.