FreeCalypso > hg > fc-tourmaline
view src/cs/system/main/main.c @ 225:09ea37852fd6
add function to convert Ichg ADC readings to mA
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 29 Apr 2021 05:13:09 +0000 |
parents | 4e78acac3d88 |
children |
line wrap: on
line source
/* trivial reconstruction from disassembly */ Application_Initialize() { Init_Target(); Init_Drivers(); Cust_Init_Layer1(); Init_Serial_Flows(); StartFrame(); Init_Unmask_IT(); }