Ignore:
Timestamp:
06/05/11 17:40:00 (13 years ago)
Author:
neise
Message:
 
File:
1 edited

Legend:

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

    r10244 r10910  
    11#include "muxer_fsc.h"
    2 
     2#include "usart.h"
    33// Sets voltage Muxer to current channel
    44// this is a Muxing, and therefor the adc might need some time to settle.
     
    3939                                break;
    4040                        case 2:
    41                                 SB = 0x58; //0101.0010
     41                                SB = 0x52; //0101.0010
    4242                                break;
    4343                        case 3:
    44                                 SB = 0x58; //0101.0011
     44                                SB = 0x53; //0101.0011
    4545                                break;
    4646                } // end of switch-case
Note: See TracChangeset for help on using the changeset viewer.