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: Measure_system Quadcopter_copy
RFSerial.h
00001 #include "mbed.h" 00002 #include "RF12B.h" 00003 00004 class RFSerial : public Stream, public RF12B { 00005 public: 00006 /* Constructor */ 00007 RFSerial(PinName _SDI, 00008 PinName _SDO, 00009 PinName _SCK, 00010 PinName _NCS, 00011 PinName _NIRQ); 00012 00013 protected: 00014 // Stream implementation functions 00015 virtual int _putc(int value); 00016 virtual int _getc(); 00017 };
Generated on Wed Jul 13 2022 07:45:09 by
1.7.2