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.
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 PinName _TRIG); 00013 00014 protected: 00015 // Stream implementation functions 00016 virtual int _putc(int value); 00017 virtual int _getc(); 00018 };
Generated on Thu Jul 14 2022 07:33:28 by
1.7.2