Data Types
(→TSerialPortMode) |
(→TSerialPortMode) |
||
| Line 2,139: | Line 2,139: | ||
| style="text-align:left; border-style: solid; border-width: 0px 0px 1px 0px"|<span class="codeStringsNums">uartUserControl</span> | | style="text-align:left; border-style: solid; border-width: 0px 0px 1px 0px"|<span class="codeStringsNums">uartUserControl</span> | ||
| style="text-align:left; border-style: solid; border-width: 0px 0px 1px 0px"|= 2, // Fully user controlled | | style="text-align:left; border-style: solid; border-width: 0px 0px 1px 0px"|= 2, // Fully user controlled | ||
| − | | style="text-align:right; border-style: solid; border-width: 0px | + | | style="text-align:right; border-style: solid; border-width: 0px 0px 1px 0px"|{{tag-arduino328}} |
| style="text-align:right; border-style: solid; border-width: 0px 0px 1px 0px"|{{tag-arduinoMega}} | | style="text-align:right; border-style: solid; border-width: 0px 0px 1px 0px"|{{tag-arduinoMega}} | ||
| style="text-align:right; border-style: solid; border-width: 0px 0px 1px 0px"| | | style="text-align:right; border-style: solid; border-width: 0px 0px 1px 0px"| | ||
Revision as of 13:11, 11 May 2012
General Programming → Data Types
The ROBOTC Compiler supports several different data types. Some are standard C return types and others are custom created for ROBOTC.
Data Types will be marked with the following tags if applicable: [arduino 328], [arduino Mega], [cortex], [nxt], [pic], [tetrix].
Standard C data types
|
ROBOTC data types
TBaudRate
TBaudRate
|
TBTCommands
TBTCommands
|
TButtons
TButtons
|
TFileHandle
TFileHandle
|
TFileIOResult
TFileIOResult
|
TI2CStatus
TI2CStatus
|
TMailboxIDs
TMailboxIDs
|
TMotorRegulation
TMotorRegulation
|
TNxtRunState
TNxtRunState
|
TPCJoystick
TPCJoystick
|
tSensors
tSensors
|
tSensors (Arduino 328)
tSensors
tSensors (Arduino Mega 2560)
|