Changeset 10705
- Timestamp:
- 05/13/11 15:35:21 (14 years ago)
- Location:
- firmware/FSC/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FSC/src/FSC_eth_with_user_interface.c
r10698 r10705 82 82 while (1) 83 83 { 84 84 85 // checks if socket is okay and resets in case of problem the W5100 85 86 if (w5100_caretaker()) -
firmware/FSC/src/application.c
r10697 r10705 32 32 U16 *adc_current_reading = (U16*) &FSCregister[22]; 33 33 34 35 36 34 // using these pointers one can manipulate measurement values like this: 37 35 // res_value[3] = 453212; -
firmware/FSC/src/application.h
r10697 r10705 7 7 // in order to implement the "registers" I work with a quite long 8 8 // char-array like this: 9 # define FSC_REGISTER_LENGTH 5009 # define FSC_REGISTER_LENGTH 254 10 10 extern U08 FSCregister[FSC_REGISTER_LENGTH]; 11 11 // but this register is not only accessible by
Note:
See TracChangeset
for help on using the changeset viewer.