![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
Current limit resistor configuration. More...
#include <power.hpp>
Public Member Functions | |
| r_lim ()=delete | |
| r_lim (uint16_t dig_3v3, uint16_t rf_5v, uint16_t fpga_5v) | |
| Construct a new r lim object. | |
Public Attributes | |
| friend | power |
Protected Attributes | |
| uint16_t | dig_3v3 |
| uint16_t | rf_5v |
| uint16_t | fpga_5v |
Current limit resistor configuration.
Depending on the mission requirements, SatNOGS-COMMS hardware allows different current limit through appropriate selected resistor values.
|
delete |
|
inline |
Construct a new r lim object.
| dig_3v3 | the resistor selected for the digital 3.3V current limit circuit. The value should be in Ohms |
| rf_5v | the resistor selected for the RF 5V current limit circuit. The value should be in Ohms |
| fpga_5v | the resistor selected for the FPGA 5V current limit circuit. The value should be in Ohms |
|
protected |
|
protected |
|
protected |