mbed-scli test program
led_tsk.h
- Committer:
- mimi3
- Date:
- 2017-02-26
- Revision:
- 2:3e748cfff1d7
File content as of revision 2:3e748cfff1d7:
/* # Copyright (C) 2012 audin. # 2012/11 # http://avr.paslog.jp # This file is licensed under the MIT License. */ #ifndef LED_TSK_H #define LED_TSK_H void led1_task( void); void led2_task( void); #endif