mbed-scli test program
led_tsk.h
- Committer:
- mimi3
- Date:
- 2017-03-05
- Revision:
- 10:72b75743f231
- Parent:
- 2:3e748cfff1d7
File content as of revision 10:72b75743f231:
/*
# 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