Subversion Repositories FlightCtrl

Rev

Rev 1739 | Rev 1742 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1739 Rev 1740
Line 162... Line 162...
162
 
162
 
163
void Menu_spoti2(uint8_t key)
163
void Menu_spoti2(uint8_t key)
Line 164... Line 164...
164
{                       //0123456789ABCDEF
164
{                       //0123456789ABCDEF
165
 
165
 
166
        JetiBox_printfxy(0,0," %3i=Serialpot1",PPM_in[13]);
166
        JetiBox_printfxy(0,0," %3i=Serialpot1",PPM_in[13]);
167
        JetiBox_printfxy(0,1,">%3i=SPo %3i",PPM_in[14],key);
167
        JetiBox_printfxy(0,1,">%3i=Serialpot2",PPM_in[14],key);
168
        if(key== JETIBOX_KEY_UP) PPM_in[14] = PPM_in[14]+5;
168
        if(key== JETIBOX_KEY_UP) PPM_in[14] = PPM_in[14]+5;
Line 169... Line 169...
169
        if(key== JETIBOX_KEY_DOWN) PPM_in[14] = PPM_in[14]-5;
169
        if(key== JETIBOX_KEY_DOWN) PPM_in[14] = PPM_in[14]-5;