File List

Here is a list of all files with brief descriptions:
adc.c [code]This file contains the implementation of analog-digital comparator functions
adc.h [code]Header file for module <adc.c>
current.c [code]Functions to meassure motor current and current draw sum
current.h [code]Header file for module <current.c>
fan.c [code]This file contains the methods to control a 5V fan, connected to the "emitter" pin of the C5 instrument pod
fan.h [code]Header file for module <fan.c>
global.c [code]Contains firmware version and CRC32 checksum sections
global.h [code]Global definitions and macros
init.c [code]This file contains the sources of hardware configuration and module initialization functions
init.h [code]Header file for module <init.c>
leds.c [code]Methods to control voltage and current display
leds.h [code]Header file for module <leds.c>
memory.c [code]Methods to read and write the EEPROM memory
memory.h [code]Header file for module <memory.c>
pedal.c [code]Pedal ISR and methods to get pedaling frequency
pedal.h [code]Header file for module <pedal.c>
print.c [code]This module provides an interface to stdout
print.h [code]Header file for module <print.c>
relay.c [code]This file contains the methods to enable or disable the motor relay
relay.h [code]Header file for module <relay.c>
safety.c [code]Safety condition handling and (flash) memory tests
safety.h [code]Header file for module <safety.c>
speaker.c [code]This file contains the methods to control the buzzer
speaker.h [code]Header file for module <speaker.c>
speed.c [code]Speed sensor ISR and methods to get tacho information
speed.h [code]Header file for module <speed.c>
switch.c [code]Contains a service-level function to read the motor switch
switch.h [code]Header file for module <switch.c>
temp.c [code]Functions to meassure the motor temperature
temp.h [code]Header file for module <temp.c>
timer.c [code]Contains system timer ISR for exact time base
timer.h [code]Header file for module <timer.c>
uart.c [code]Serial communication functions
uart.h [code]Header file for module <uart.c>
ula_repl.c [code]Application module containing the main() entry point
ula_repl.h [code]Header file for module <ula_repl.c>
voltage.c [code]Functions to meassure battery and reference voltage
voltage.h [code]Header file for module <voltage.c>
xtypes.h [code]Global type definitions