All pastes #2118339 Raw Edit

Stuff

public c v1 · immutable
#2118339 ·published 2012-02-17 05:12 UTC
rendered paste body
typedef struct {  int BoostMin;  // BoostMin for graph Scaling  int BoostMax;  // BoostMax for graph Scaling  int BoostAlarm;// Alarm for audible/visual boost warning} ConfigStruct;ConfigStruct Config = {  .BoostMin = 0,  .BoostMax = 500,  .BoostAlarm = 300,};