source: rc_os_nios2/atk2-sc1_1.3.2/obj/nios2_dev_rc/rc_car.h@ 128

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

追加.

File size: 207 bytes
Line 
1/*
2 * RC-CAR制御プログラムのヘッダファイル
3 */
4
5#ifndef TOPPERS_RC_CAR_H
6#define TOPPERS_RC_CAR_H
7
8extern void set_led7(boolean enable);
9extern void set_led0(boolean enable);
10
11#endif /* TOPPERS_RC_CAR_H */
Note: See TracBrowser for help on using the repository browser.