Changeset 10705


Ignore:
Timestamp:
05/13/11 15:35:21 (14 years ago)
Author:
neise
Message:
 
Location:
firmware/FSC/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • firmware/FSC/src/FSC_eth_with_user_interface.c

    r10698 r10705  
    8282while (1)
    8383{
     84
    8485        // checks if socket is okay and resets in case of problem the W5100
    8586        if (w5100_caretaker()) 
  • firmware/FSC/src/application.c

    r10697 r10705  
    3232U16 *adc_current_reading                                = (U16*) &FSCregister[22];
    3333
    34        
    35 
    3634// using these pointers one can manipulate measurement values like this:
    3735// res_value[3] = 453212;
  • firmware/FSC/src/application.h

    r10697 r10705  
    77// in order to implement the "registers" I work with a quite long
    88//  char-array like this:
    9 # define FSC_REGISTER_LENGTH 500
     9# define FSC_REGISTER_LENGTH 254
    1010extern U08 FSCregister[FSC_REGISTER_LENGTH];
    1111// but this register is not only accessible by
Note: See TracChangeset for help on using the changeset viewer.