• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. ea36e7b26496155f65cc0177798be7288ad4f507
크기 316 bytes
Time 2013-06-11 14:37:41
Author K.Ohta
Log Message

[UI] Add simple(?) UI with ten-key.

Content

/* 
 * File:   idle.h
 * Author: whatisthis
 *
 * Created on 2013/06/11, 5:06
 */

#ifndef IDLE_H
#define	IDLE_H

#ifdef	__cplusplus
extern "C" {
#endif
extern void idle(unsigned int initial);
extern void idle_init(void);
extern void idle_stop(void); // Stop TMR0.

#ifdef	__cplusplus
}
#endif

#endif	/* IDLE_H */