Text Connection Graph: CntToLeds

Main.StdControl  ->  IntToLeds.StdControl
Main.StdControl  ->  Counter.StdControl
Main.StdControl  ->  TimerC.StdControl
TimerC.StdControl  =  TimerM.StdControl
IntToLeds.StdControl  =  IntToLedsM.StdControl
Counter.Timer  ->  TimerC.Timer
TimerC.Timer  =  TimerM.Timer
Counter.IntOutput  ->  IntToLeds.IntOutput
IntToLeds.IntOutput  =  IntToLedsM.IntOutput
RealMain.StdControl  =  Main.StdControl
RealMain.hardwareInit  ->  HPLInit.init
RealMain.Pot  ->  PotC.Pot
PotC.Pot  =  PotM.Pot
PotM.HPLPot  ->  HPLPotC.HPLPot
IntToLedsM.Leds  ->  LedsC.Leds
TimerM.Leds  ->  NoLeds.Leds
TimerM.Clock  ->  ClockC.Clock
ClockC.Clock  =  HPLClock.Clock
TimerM.PowerManagement  ->  HPLPowerManagementM.PowerManagement
ClockC.StdControl  =  HPLClock.StdControl

Generated by nesdoc