[PHY] Added standby
This commit is contained in:
parent
ee7697e6dc
commit
f2c1895cdb
1 changed files with 7 additions and 0 deletions
|
@ -94,6 +94,13 @@ class PhysicalLayer {
|
||||||
*/
|
*/
|
||||||
virtual int16_t receive(uint8_t* data, size_t len) = 0;
|
virtual int16_t receive(uint8_t* data, size_t len) = 0;
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\brief Sets module to standby.
|
||||||
|
|
||||||
|
\returns \ref status_codes
|
||||||
|
*/
|
||||||
|
virtual int16_t standby() = 0;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Interrupt-driven Arduino String transmit method. Unlike the standard transmit method, this one is non-blocking.
|
\brief Interrupt-driven Arduino String transmit method. Unlike the standard transmit method, this one is non-blocking.
|
||||||
Interrupt pin will be activated when transmission finishes.
|
Interrupt pin will be activated when transmission finishes.
|
||||||
|
|
Loading…
Add table
Reference in a new issue