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.
eth_comfort Class Reference
Class for the ETH-Window shutter by ELV(R) Uses the rfm12B to receive the signals sent by the radio-shutter. More...
#include <eth_comfort.h>
Public Member Functions | |
| eth_comfort (PinName mosi, PinName miso, PinName sclk, PinName nsel, PinName rxdata, PinName rxled) | |
| Constructor. | |
Detailed Description
Class for the ETH-Window shutter by ELV(R) Uses the rfm12B to receive the signals sent by the radio-shutter.
Definition at line 31 of file eth_comfort.h.
Constructor & Destructor Documentation
| eth_comfort | ( | PinName | mosi, |
| PinName | miso, | ||
| PinName | sclk, | ||
| PinName | nsel, | ||
| PinName | rxdata, | ||
| PinName | rxled | ||
| ) |
Constructor.
- Parameters:
-
mosi SPI-Interface. One of the 2 PSI-Interfaces of mbed. Pin p5 or p11 miso SPI-Interface. One of the 2 PSI-Interfaces of mbed. Pin p6 or p12 sclk SPI-Interface. One of the 2 PSI-Interfaces of mbed. Pin p7 or p13 nsel Chip-Select. A Digial Output of mbed rxdata Data-Pin for received data. A DigitalIn of mbed rxled LED1 - LED4 for showing received bytes
Definition at line 47 of file eth_comfort.cpp.
Generated on Thu Jul 14 2022 01:29:01 by
1.7.2