Scheduller Demo
Fork of scheduler-demo-cq-lpc11u35 by
led_tsk.h
- Committer:
- jr1wfh
- Date:
- 2014-05-18
- Revision:
- 3:d098b01b9dcb
- Parent:
- 1:48a906a94c32
File content as of revision 3:d098b01b9dcb:
/*
# 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);
#endif
