| Verzeichnis | Dateiname | Bemerkung
|
| ./ | Makefile | Make-Steuerdatei |
| ./ | RF_Control.asm | Hauptprogramm |
| ./ | debug_fun.inc | DEBUG-Hilfsfunktionen |
| ./ | testfunc.asm | Testfunktionen (produktiv nicht benötigt) |
| ./inc/ | Include-Dateien | |
| ./inc | constants.inc | Konstantendefinitionen |
| ./inc | cseg_data.inc | Code-Segment Daten (Text-Defines) |
| ./inc | intrupts.inc | Interrupttabelle und Stack-Init |
| ./inc | ioconfig.inc | Port I/O Definitionen |
| ./inc | macros.inc | Makrosammlung |
| ./inc | reg_defs.inc | Register-Defines (symbolische Namen) |
| ./inc | variables.inc | Datasegement, Variablendefinitionen |
| ./lib/ | Assemblercode-Bibliotheksroutinen | |
| ./lib | datetime.lib | RTC-Highlevel-Funktionen (nicht verw.) |
| ./lib | delay.lib | Software-Timer Routinen |
| ./lib | ds1307.lib | RTC-Lowlevel Funktionen (nicht. verw.) |
| ./lib | eepromio.lib | EEPROM Ein-/Ausgabe |
| ./lib | iic.lib | I2C Lowlevel Funktionen |
| ./lib | keyboard.lib | Keyboard Low/Highlevel Funktionen |
| ./lib | lcd_func.lib | LCD-Lowlevel Funktionen |
| ./lib | lm75.lib | Temparatursensor Lowlevel Funktionen |
| ./lib | mainmenu.lib | Hauptmenü und allg. Menüsteuerung |
| ./lib | num_disp.lib | nummerische typspez. Ausgaberoutinen |
| ./lib | pcf8591.lib | A/D-D/A Lowlevel Ausgaberoutinen |
| ./lib | rotation.lib | Drehsteuerung Highlevel Funktionen |
| ./lib | systimer.lib | Hardware Timer und ISRs |
| ./lib | temperat.lib | Highlevel Temperaturroutinen |
| ./mod/ | Moduleverzeichnis/Progammmodi | |
| ./mod | calibrat.asm | Calibrate: Winkelspeicherung und Ref.Pos. |
| ./mod | goto_pos.asm | GotPosn: automat. Positionssteuerung |
| ./mod | info_mod.asm | Information: Info-Anzeigen/Programminfo |
| ./mod | initcycl.asm | InitCycle: Initialisierung (teilweise impl.) |
| ./mod | man_ctrl.asm | ManControl: manuelle Steuerung |
| ./mod | set_posn.asm | SetPosn: manuelle Winkelvorgabe |
gerhard.reithofer@tech-edv.co.at