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.
Fork of ISR_Mini-explorer by
Radio.h
00001 #ifndef RADIO_H 00002 #define RADIO_H 00003 00004 #include "mbed.h" 00005 #include "RF24.h" 00006 00007 extern RF24 radio; 00008 00009 bool init_nRF(int channel); 00010 void radio_send_string(char *str); 00011 void send_float_matrix(float *matrix, unsigned num_lines, unsigned num_columns); 00012 void send_rangefinder(); 00013 void test_send_matrix(); 00014 00015 #endif
Generated on Thu Jul 28 2022 17:26:36 by
1.7.2
