RoboidControl
Loading...
Searching...
No Matches
d:/PlatformIO/RoboidControl/Types.h
Go to the documentation of this file.
1
#pragma once
2
3
using
UInt8
=
unsigned
char;
4
using
SInt8
=
signed
char;
5
using
Int8
=
SInt8
;
6
7
using
UInt16
=
unsigned
short;
8
using
SInt16
=
signed
short;
9
using
Int16
=
SInt16
;
10
11
#ifdef ARDUINO_AVR_UNO
12
using
UInt32
=
unsigned
long;
13
using
SInt32
=
signed
long;
14
#else
15
using
UInt32
=
unsigned
int;
16
using
SInt32
=
signed
int;
17
#endif
18
using
Int32
=
SInt32
;
19
20
using
UInt64
=
unsigned
long
long;
21
using
SInt64
=
signed
long
long;
22
using
Int64
=
SInt64
;
SInt32
signed long SInt32
Definition
Types.h:13
Int8
SInt8 Int8
Definition
Types.h:5
Int32
SInt32 Int32
Definition
Types.h:18
Int64
SInt64 Int64
Definition
Types.h:22
UInt32
unsigned long UInt32
Definition
Types.h:12
SInt8
signed char SInt8
Definition
Types.h:4
UInt16
unsigned short UInt16
Definition
Types.h:7
UInt8
unsigned char UInt8
Definition
Types.h:3
UInt64
unsigned long long UInt64
Definition
Types.h:20
Int16
SInt16 Int16
Definition
Types.h:9
SInt16
signed short SInt16
Definition
Types.h:8
SInt64
signed long long SInt64
Definition
Types.h:21
Generated by
1.9.8