NXC
Version 1.2.1 r5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
NXC
NXC Programmer's Guide
Introduction
The NXC Language
Todo List
Deprecated List
Modules
A simple 3D graphics library
Miscellaneous NBC/NXC constants
NXT Firmware Modules
RIC Macro Wrappers
Standard-C API functions
Third-party NXT devices
Data Structures
Files
Examples
•
All
Data Structures
Files
Functions
Variables
Groups
Pages
#define RICSetValue
(
_data,
_idx,
_newval
)
_data[(_idx)] = (_newval)&0xFF; _data[(_idx)+1] = (_newval)>>8
Set the value of an element in an RIC data array.
Parameters
_data
The RIC data array
_idx
The array index to update
_newval
The new value to write into the RIC data array
RIC Macro Wrappers
Generated by
1.8.2