Skip to content

Commit

Permalink
add function declaration to header
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirTajaddodi committed Feb 1, 2025
1 parent b5e12e6 commit e0288ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion firmware/quintuna/VC/src/io/io_loadswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@ EMPTY_STRUCT(Efuse)

extern const LoadSwitch loadswitch_front;
extern const LoadSwitch loadswitch_rear;
extern const LoadSwitch loadswitch_inverter;
extern const LoadSwitch loadswitch_inverter;

void io_loadswitch_setChannel(const Efuse *channel, const bool enabled);

bool io_loadswitch_isChannelEnabled(const Efuse *channel);

float io_loadswitch_getChannelCurrent(const Efuse *channel);

void io_loadswitch_standbyReset(const LoadSwitch *loadswitch);

0 comments on commit e0288ca

Please sign in to comment.