Changeset 382
- Timestamp:
- 05/15/10 16:19:24 (2 years ago)
- Location:
- trunk/Software
- Files:
-
- 44 edited
-
ADC.c (modified) (1 diff)
-
ADC.h (modified) (1 diff)
-
EEPROM.c (modified) (1 diff)
-
EEPROM.h (modified) (1 diff)
-
FiFiSMSer.c (modified) (1 diff)
-
FiFiSMSer.h (modified) (1 diff)
-
FontJumptable.c (modified) (1 diff)
-
FontJumptable.h (modified) (1 diff)
-
Fonts/Small-Normal-4x5.h (modified) (1 diff)
-
Fonts/Tahoma7-Fett-9x8.h (modified) (1 diff)
-
Fonts/Tahoma7-Normal-7x8.h (modified) (1 diff)
-
GlobalDefs.h (modified) (1 diff)
-
Keypad.c (modified) (1 diff)
-
Keypad.h (modified) (1 diff)
-
LCD.c (modified) (1 diff)
-
LCD.h (modified) (1 diff)
-
LED_SPK.c (modified) (1 diff)
-
LED_SPK.h (modified) (1 diff)
-
MHeard.c (modified) (1 diff)
-
MHeard.h (modified) (1 diff)
-
MenuErweitert.c (modified) (1 diff)
-
MenuErweitert.h (modified) (1 diff)
-
MenuMain.c (modified) (1 diff)
-
MenuMain.h (modified) (1 diff)
-
MenuMheard.c (modified) (1 diff)
-
MenuMheard.h (modified) (1 diff)
-
MenuNachrichten.c (modified) (1 diff)
-
MenuNachrichten.h (modified) (1 diff)
-
MenuSetup.c (modified) (1 diff)
-
MenuSetup.h (modified) (1 diff)
-
MenuVerfassen.c (modified) (1 diff)
-
MenuVerfassen.h (modified) (1 diff)
-
Message.c (modified) (1 diff)
-
Message.h (modified) (1 diff)
-
RFM12_LLC.c (modified) (1 diff)
-
RFM12_MAC.c (modified) (1 diff)
-
RFM12_PHY.c (modified) (1 diff)
-
Ressources.c (modified) (1 diff)
-
Ressources.h (modified) (1 diff)
-
Screen.c (modified) (1 diff)
-
Screen.h (modified) (1 diff)
-
Timer.c (modified) (1 diff)
-
Timer.h (modified) (1 diff)
-
avrFiFiSMSer.vcproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Software/ADC.c
r283 r382 6 6 * Description: Code zum Thema ADWandler 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/io.h> -
trunk/Software/ADC.h
r184 r382 6 6 * Description: Deklarationen zum Thema AD-Wandler 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef ADC_H -
trunk/Software/EEPROM.c
r378 r382 6 6 * Description: Code zum Thema SPI-EEPROM 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 -
trunk/Software/EEPROM.h
r342 r382 6 6 * Description: Deklarationen zum Thema TWI-EEPROM 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef SMSEREEPROM_H -
trunk/Software/FiFiSMSer.c
r335 r382 6 6 * Description: FiFISMSer Hauptmodul 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/io.h> -
trunk/Software/FiFiSMSer.h
r318 r382 8 8 */ 9 9 10 11 /* 12 Copyright (C) 2009 G. Herzig / DH8GHH 13 14 This program is free software; you can redistribute it and/or modify it 15 under the terms of the GNU General Public License as published by the 16 Free Software Foundation; either version 3 of the License, 17 or (at your option) any later version. 18 19 This program is distributed in the hope that it will be useful, 20 but WITHOUT ANY WARRANTY; without even the implied warranty of 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 22 See the GNU General Public License for more details. 23 24 You should have received a copy of the GNU General Public License 25 along with this program; if not, see <http://www.gnu.org/licenses/> 26 */ 10 27 #ifndef FiFiSMSer_H 11 28 #define FiFiSMSer_H -
trunk/Software/FontJumptable.c
r251 r382 6 6 * Description: Enthält das FontTable mit den Sprungverweisen auf die Grafikressourcen für 7 7 * die verschiedenen Schriftarten 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/pgmspace.h> -
trunk/Software/FontJumptable.h
r99 r382 7 7 * 8 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 25 */ 9 26 #ifndef FONTJUMPTABLE_H 10 27 #define FONTJUMPTABLE_H -
trunk/Software/Fonts/Small-Normal-4x5.h
r251 r382 6 6 * Description: Enthält die Grafikressourcen für die Schriftart "Small" 7 7 * Unbenutzte Ressourcen sind aus Platzgründen herausgenommen 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef SMALL_NORMAL_4X5_H -
trunk/Software/Fonts/Tahoma7-Fett-9x8.h
r251 r382 6 6 * Description: Enthält die Grafikressourcen für die Schriftart "Fett" 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef TAHOMA7_FETT_9X8_H -
trunk/Software/Fonts/Tahoma7-Normal-7x8.h
r251 r382 6 6 * Description: Enthält die Grafikressourcen für die Schriftart "Normal" 7 7 * 8 */#ifndef TAHOMA7_NORMAL_7X8_H 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 25 */ 26 #ifndef TAHOMA7_NORMAL_7X8_H 9 27 #define TAHOMA7_NORMAL_7X8_H 10 28 -
trunk/Software/GlobalDefs.h
r283 r382 6 6 * Description: Globale Definitionen 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef GLOBALDEFS_H -
trunk/Software/Keypad.c
r370 r382 6 6 * Description: Code zum Thema Tastatur 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <util/delay.h> -
trunk/Software/Keypad.h
r310 r382 6 6 * Description: Deklarationen zum Thema Tastatur 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef KEYPAD_H -
trunk/Software/LCD.c
r378 r382 7 7 * 8 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 25 */ 9 26 #include <stdio.h> 10 27 #include <stdlib.h> -
trunk/Software/LCD.h
r193 r382 6 6 * Description: Deklarationen zum Thema Display 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef LCD_H -
trunk/Software/LED_SPK.c
r334 r382 6 6 * Description: Code zum Thema LED 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/io.h> -
trunk/Software/LED_SPK.h
r256 r382 6 6 * Description: Deklarationen zum Thema LED 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef LED_SPK_H -
trunk/Software/MHeard.c
r349 r382 1 /* $HeadURL$ 2 * $LastChangedRevision$ 3 * $LastChangedDate$ 4 * $LastChangedBy$ 5 * 6 * Description: Deklarationen zum Thema Mheard Liste 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 25 */ 1 26 #include <stdlib.h> 2 27 #include <avr/pgmspace.h> -
trunk/Software/MHeard.h
r310 r382 1 /* $HeadURL$ 2 * $LastChangedRevision$ 3 * $LastChangedDate$ 4 * $LastChangedBy$ 5 * 6 * Description: Deklarationen zum Thema Mheard Liste 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 25 */ 1 26 #ifndef MHEARD_H 2 27 #define MHEARD_H -
trunk/Software/MenuErweitert.c
r378 r382 6 6 * Description: Code zum Thema Erweitert-Menü 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <stdio.h> -
trunk/Software/MenuErweitert.h
r283 r382 6 6 * Description: Deklarationen zum Thema Extra Funktionen 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef MENUERWEITERT_H -
trunk/Software/MenuMain.c
r318 r382 6 6 * Description: Deklarationen zum Thema GUI 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/sleep.h> -
trunk/Software/MenuMain.h
r99 r382 6 6 * Description: Deklarationen zu Thema Hauptmenü 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef MENUMAIN_H -
trunk/Software/MenuMheard.c
r349 r382 6 6 * Description: Deklarationen zum Thema Nachrichten-Menü 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/sleep.h> -
trunk/Software/MenuMheard.h
r283 r382 6 6 * Description: Deklarationen zum Thema Menü im MH-Fenster 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef MENUMHEARD_H -
trunk/Software/MenuNachrichten.c
r283 r382 6 6 * Description: Deklarationen zum Thema Nachrichten-Menü 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/sleep.h> -
trunk/Software/MenuNachrichten.h
r283 r382 6 6 * Description: Deklarationen zum Thema Menü in der Nachrichten-Liste 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef MENUNACHRICHTEN_H -
trunk/Software/MenuSetup.c
r378 r382 6 6 * Description: Code zum Thema Setup-Menü 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <stdio.h> -
trunk/Software/MenuSetup.h
r312 r382 6 6 * Description: Deklarationen zum Thema Setup 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef MENUSETUP_H -
trunk/Software/MenuVerfassen.c
r249 r382 6 6 * Description: Deklarationen zum Thema Nachrichten-Menü 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/sleep.h> -
trunk/Software/MenuVerfassen.h
r231 r382 6 6 * Description: Deklarationen zum Thema Menü im Message Editor 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef MENUVERFASSEN_H -
trunk/Software/Message.c
r378 r382 6 6 * Description: Code zum Thema Nachrichten 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <stdlib.h> -
trunk/Software/Message.h
r318 r382 6 6 * Description: Deklarationen zum Thema Messageformat 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef MESSAGE_H -
trunk/Software/RFM12_LLC.c
r378 r382 1 /* $HeadURL$ 2 * $LastChangedRevision$ 3 * $LastChangedDate$ 4 * $LastChangedBy$ 5 * 6 * Description: Code zum Link Control Layer des RFM12 7 * 8 */ 9 10 /* 11 ****************************************************************************** 12 * RFM12 Protokoll Stack 13 * Copyright (C) 2008 Manuel Stahl (thymythos@web.de) 14 * 15 * This program is free software; you can redistribute it and/or modify 16 * it under the terms of the GNU General Public License as published by 17 * the Free Software Foundation; either version 2 of the License, or 18 * (at your option) any later version. 19 * 20 * This program is distributed in the hope that it will be useful, 21 * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 * GNU General Public License for more details. 24 * 25 * You should have received a copy of the GNU General Public License along 26 * with this program; if not, write to the Free Software Foundation, Inc., 27 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 28 ****************************************************************************** 29 */ 1 30 #include <util/crc16.h> 2 31 #include <string.h> -
trunk/Software/RFM12_MAC.c
r378 r382 1 /* $HeadURL$ 2 * $LastChangedRevision$ 3 * $LastChangedDate$ 4 * $LastChangedBy$ 5 * 6 * Description: Code zum Media Access Layer des RFM12 7 * 8 */ 9 /* 10 ****************************************************************************** 11 * RFM12 Protokoll Stack 12 * Copyright (C) 2008 Manuel Stahl (thymythos@web.de) 13 * 14 * This program is free software; you can redistribute it and/or modify 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation; either version 2 of the License, or 17 * (at your option) any later version. 18 * 19 * This program is distributed in the hope that it will be useful, 20 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 * GNU General Public License for more details. 23 * 24 * You should have received a copy of the GNU General Public License along 25 * with this program; if not, write to the Free Software Foundation, Inc., 26 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 27 ****************************************************************************** 28 */ 1 29 #include <avr/interrupt.h> 2 30 #include <avr/pgmspace.h> -
trunk/Software/RFM12_PHY.c
r378 r382 1 /* $HeadURL$ 2 * $LastChangedRevision$ 3 * $LastChangedDate$ 4 * $LastChangedBy$ 5 * 6 * Description: Code zum Physical Layer des RFM12 7 * 8 */ 9 /* 10 ****************************************************************************** 11 * RFM12 Protokoll Stack 12 * Copyright (C) 2008 Manuel Stahl (thymythos@web.de) 13 * 14 * This program is free software; you can redistribute it and/or modify 15 * it under the terms of the GNU General Public License as published by 16 * the Free Software Foundation; either version 2 of the License, or 17 * (at your option) any later version. 18 * 19 * This program is distributed in the hope that it will be useful, 20 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 * GNU General Public License for more details. 23 * 24 * You should have received a copy of the GNU General Public License along 25 * with this program; if not, write to the Free Software Foundation, Inc., 26 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 27 ****************************************************************************** 28 */ 1 29 #include <util/delay.h> 2 30 -
trunk/Software/Ressources.c
r349 r382 6 6 * Description: Enthält alle Glyphen als Byte-Arrays 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/pgmspace.h> -
trunk/Software/Ressources.h
r321 r382 6 6 * Description: Deklarationen zum Thema Glyphen und Grafiken 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #ifndef RESSOURCES_H -
trunk/Software/Screen.c
r378 r382 6 6 * Description: Deklarationen zum Thema GUI 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <stdio.h> -
trunk/Software/Screen.h
r251 r382 6 6 * Description: Deklarationen zum Thema GUI 7 7 * 8 Copyright (C) 2009 G. Herzig / DH8GHH 9 10 This program is free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by the 12 Free Software Foundation; either version 3 of the License, 13 or (at your option) any later version. 14 15 This program is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 See the GNU General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, see <http://www.gnu.org/licenses/> 8 22 */ 9 23 #ifndef SCREEN_H -
trunk/Software/Timer.c
r378 r382 6 6 * Description: Code zum Thema Zeit/zyklisches 7 7 * 8 */ 9 10 /* 11 Copyright (C) 2009 G. Herzig / DH8GHH 12 13 This program is free software; you can redistribute it and/or modify it 14 under the terms of the GNU General Public License as published by the 15 Free Software Foundation; either version 3 of the License, 16 or (at your option) any later version. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 21 See the GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, see <http://www.gnu.org/licenses/> 8 25 */ 9 26 #include <avr/io.h> -
trunk/Software/Timer.h
r350 r382 6 6 * Description: Deklarationen zum Thema Zyklisches und Zeitfunktionen 7 7 * 8 Copyright (C) 2009 G. Herzig / DH8GHH 9 10 This program is free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by the 12 Free Software Foundation; either version 3 of the License, 13 or (at your option) any later version. 14 15 This program is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 See the GNU General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, see <http://www.gnu.org/licenses/> 8 22 */ 9 23 #ifndef TIMER_H -
trunk/Software/avrFiFiSMSer.vcproj
r339 r382 112 112 </File> 113 113 <File 114 RelativePath=".\rs.h" 115 > 116 </File> 117 <File 114 118 RelativePath=".\Screen.h" 115 119 > … … 170 174 Name="Fonts" 171 175 > 172 <File173 RelativePath=".\fonts\FontDouble.h"174 >175 </File>176 176 <File 177 177 RelativePath=".\fonts\Small-Normal-4x5.h" … … 221 221 <File 222 222 RelativePath=".\MHeard.c" 223 > 224 </File> 225 <File 226 RelativePath=".\rs.c" 223 227 > 224 228 </File>
Note: See TracChangeset
for help on using the changeset viewer.
