SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
satnogs::comms::lib::fpf270x Class Reference

#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

Detailed Description

Definition at line 46 of file fpf270x.hpp.

Constructor & Destructor Documentation

◆ fpf270x()

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.

Member Function Documentation

◆ enable()

void satnogs::comms::lib::fpf270x::enable ( bool set = true)

Set the logical level of the EN pin. Note that this is nornally active low!

Parameters
setthe logical level of the EN pin

Definition at line 48 of file fpf270x.cpp.

◆ enabled()

bool satnogs::comms::lib::fpf270x::enabled ( ) const

Definition at line 54 of file fpf270x.cpp.

◆ flagb()

bool satnogs::comms::lib::fpf270x::flagb ( ) const

Definition at line 66 of file fpf270x.cpp.

◆ name()

const etl::istring & satnogs::comms::lib::fpf270x::name ( ) const

Definition at line 36 of file fpf270x.cpp.

◆ pgood()

bool satnogs::comms::lib::fpf270x::pgood ( ) const

Definition at line 60 of file fpf270x.cpp.


The documentation for this class was generated from the following files: