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.
Dependents: ISR_Mini-explorer_Rangefinder
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 void read_radio(char* buf, uint8_t array_size); 00015 00016 #endif
Generated on Fri Jul 15 2022 01:53:00 by
1.7.2
