Skip to content

Commit

Permalink
LIB 1.55, initiale PA 15.15.255
Browse files Browse the repository at this point in the history
  • Loading branch information
oldcoolman committed Dec 26, 2014
1 parent b41ee67 commit 6452055
Show file tree
Hide file tree
Showing 15 changed files with 11,825 additions and 4 deletions.
927 changes: 927 additions & 0 deletions in8/Releases/3.11/in8_2_zd_C-3.11.hex

Large diffs are not rendered by default.

943 changes: 943 additions & 0 deletions in8/Releases/3.11/in8_2_zdyB-3.11.hex

Large diffs are not rendered by default.

872 changes: 872 additions & 0 deletions in8/Releases/3.11/in8_2w_d_A-3.11.hex

Large diffs are not rendered by default.

885 changes: 885 additions & 0 deletions in8/Releases/3.11/in8_2w_dy8-3.11.hex

Large diffs are not rendered by default.

907 changes: 907 additions & 0 deletions in8/Releases/3.11/in8_2wz__9-3.11.hex

Large diffs are not rendered by default.

923 changes: 923 additions & 0 deletions in8/Releases/3.11/in8_2wz_yD-3.11.hex

Large diffs are not rendered by default.

883 changes: 883 additions & 0 deletions in8/Releases/3.11/in8_4_4io_w_dy6-3.11.hex

Large diffs are not rendered by default.

941 changes: 941 additions & 0 deletions in8/Releases/3.11/in8_4_4ioz_dy7-3.11.hex

Large diffs are not rendered by default.

925 changes: 925 additions & 0 deletions in8/Releases/3.11/in8_4_zd_5-3.11.hex

Large diffs are not rendered by default.

941 changes: 941 additions & 0 deletions in8/Releases/3.11/in8_4_zdy4-3.11.hex

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions in8/Releases/3.11/in8_4w_d_3-3.11.hex

Large diffs are not rendered by default.

883 changes: 883 additions & 0 deletions in8/Releases/3.11/in8_4w_dy1-3.11.hex

Large diffs are not rendered by default.

921 changes: 921 additions & 0 deletions in8/Releases/3.11/in8_4wz_y2-3.11.hex

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions in8/fb_app_in8.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
//#define debugmode
#include "../com/debug.h"
#ifdef LPC936
#include <fb_lpc936_1.53.h>
#include <fb_lpc936_1.55.h>
#else
#include <fb_lpc922_1.53.h>
#include <fb_lpc922_1.55.h>
#endif

#define USERRAMADDRH 0x1C // UserRam start
Expand All @@ -34,8 +34,8 @@
#define TIMERANZ 0x09 // timeranzahl (17)
#define PROTTIMER TIMERANZ-1// PROTTIMER ist stets der letzte timer(0-7user,8prot,Gesmatzahl=9)

#define VERSION 10
#define TYPE 0x01
#define VERSION 11
#define TYPE 0x02

#if TYPE == 1
# define wertgeber
Expand Down
1 change: 1 addition & 0 deletions in8/fb_in8.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const unsigned char bitmask_1[8] ={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80};
static __code unsigned char __at 0x1D03 manufacturer[2]={0,4}; // Herstellercode 0x0004 = Jung
static __code unsigned char __at 0x1D0C port_A_direction={0}; // PORT A Direction Bit Setting
static __code unsigned char __at 0x1D0D run_state={255}; // Run-Status (00=stop FF=run)
__code unsigned int __at (EEPROM_ADDR + 0x17) start_pa={0xFFFF}; // Default PA is 15.15.255


void main(void)
Expand Down

0 comments on commit 6452055

Please sign in to comment.