[PHY] Added standby

This commit is contained in:
jgromes 2019-05-28 19:22:42 +02:00
parent ee7697e6dc
commit f2c1895cdb

View file

@ -94,6 +94,13 @@ class PhysicalLayer {
*/
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.
Interrupt pin will be activated when transmission finishes.