Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
RF_node.h
00001 #ifndef RF_node_H 00002 #define RF_node_H 00003 00004 //The following are used for the RF communication devices 00005 #define ROBOT_ADDRESS ((unsigned long long) 0xE7E7E7E7E7 )//in pipe 0 //use this as the general receive address for ALL robots 00006 #define ROBOT1_ADDRESS ((unsigned long long) 0xC2C2C2C2C2 )//in pipe 1 00007 #define ROBOT2_ADDRESS ((unsigned long long) 0xC2C2C2C2C3)//in pipe 2 00008 #define ADDRESS_WIDTH 4 00009 00010 00011 00012 #endif
Generated on Wed Jul 13 2022 10:32:23 by
1.7.2