![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
#include <fpf270x.hpp>
Public Member Functions | |
| fpf270x (const etl::istring &name, bsp::gpio &on, bsp::gpio &pgood, bsp::gpio &flagb) | |
| const etl::istring & | name () const |
| void | enable (bool set=true) |
| Set the logical level of the EN pin. Note that this is nornally active low! | |
| bool | enabled () const |
| bool | pgood () const |
| bool | flagb () const |
Definition at line 46 of file fpf270x.hpp.
| satnogs::comms::lib::fpf270x::fpf270x | ( | const etl::istring & | name, |
| bsp::gpio & | on, | ||
| bsp::gpio & | pgood, | ||
| bsp::gpio & | flagb ) |
Definition at line 28 of file fpf270x.cpp.
| void satnogs::comms::lib::fpf270x::enable | ( | bool | set = true | ) |
Set the logical level of the EN pin. Note that this is nornally active low!
| set | the logical level of the EN pin |
Definition at line 48 of file fpf270x.cpp.
| bool satnogs::comms::lib::fpf270x::enabled | ( | ) | const |
Definition at line 54 of file fpf270x.cpp.
| bool satnogs::comms::lib::fpf270x::flagb | ( | ) | const |
Definition at line 66 of file fpf270x.cpp.
| const etl::istring & satnogs::comms::lib::fpf270x::name | ( | ) | const |
Definition at line 36 of file fpf270x.cpp.
| bool satnogs::comms::lib::fpf270x::pgood | ( | ) | const |
Definition at line 60 of file fpf270x.cpp.