mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-01-04 07:53:34 +01:00
32 lines
945 B
C
32 lines
945 B
C
|
/*****************************************************************/
|
||
|
/* */
|
||
|
/* CASIO fx-9860G SDK Library */
|
||
|
/* */
|
||
|
/* File name : timer.h */
|
||
|
/* */
|
||
|
/* Copyright (c) 2006 CASIO COMPUTER CO., LTD. */
|
||
|
/* */
|
||
|
/*****************************************************************/
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#ifndef __TIMER_H__
|
||
|
#define __TIMER_H__
|
||
|
|
||
|
|
||
|
// Defines
|
||
|
|
||
|
#define ID_USER_TIMER1 1
|
||
|
#define ID_USER_TIMER2 2
|
||
|
#define ID_USER_TIMER3 3
|
||
|
#define ID_USER_TIMER4 4
|
||
|
#define ID_USER_TIMER5 5
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|