Changeset 10910 for firmware/FSC/src/muxer_fsc.c
- Timestamp:
- 06/05/11 17:40:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FSC/src/muxer_fsc.c
r10244 r10910 1 1 #include "muxer_fsc.h" 2 2 #include "usart.h" 3 3 // Sets voltage Muxer to current channel 4 4 // this is a Muxing, and therefor the adc might need some time to settle. … … 39 39 break; 40 40 case 2: 41 SB = 0x5 8; //0101.001041 SB = 0x52; //0101.0010 42 42 break; 43 43 case 3: 44 SB = 0x5 8; //0101.001144 SB = 0x53; //0101.0011 45 45 break; 46 46 } // end of switch-case
Note:
See TracChangeset
for help on using the changeset viewer.