• R/O
  • HTTP
  • SSH
  • HTTPS

タグ
未設定

よく使われているワード(クリックで追加)

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

ファイル情報

Rev. ea36e7b26496155f65cc0177798be7288ad4f507
サイズ 316 バイト
日時 2013-06-11 14:37:41
作者 K.Ohta
ログメッセージ

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

内容

/* 
 * 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 */