Add send_str
This commit is contained in:
@@ -47,7 +47,7 @@ int main() {
|
||||
//mrf.wake();
|
||||
|
||||
sprintf(tmp,"Received %i\n\r", i);
|
||||
mrf.send16(0x4202, tmp);
|
||||
mrf.send_str(0x4202, tmp);
|
||||
|
||||
_delay_ms(2000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user