comparison src/ports.inc @ 628:cd58f7fc86db

3.05 stable work
author heinrichsweikamp
date Thu, 19 Sep 2019 12:01:29 +0200
parents bf5fee575701
children 75e90cd0c2c3
comparison
equal deleted inserted replaced
627:bf5fee575701 628:cd58f7fc86db
13 13
14 ; PORTA: TFT_HIGH 14 ; PORTA: TFT_HIGH
15 ; TRIS=b'00000000' 15 ; TRIS=b'00000000'
16 16
17 ; PORTB 17 ; PORTB
18 #DEFINE switch_left1 PORTB,1 ; switch 18 #DEFINE switch_left1 PORTB,1 ; switch
19 #DEFINE switch_right2 PORTB,0 ; switch 19 #DEFINE switch_right2 PORTB,0 ; switch
20 #DEFINE mcp_power PORTB,2 ; RX power supply 20 #DEFINE mcp_power PORTB,2 ; RX power supply
21 #DEFINE s8_npower PORTB,3 ; power supply for S8 bulkhead (inverted) 21 #DEFINE s8_npower PORTB,3 ; power supply for S8 bulkhead (inverted)
22 #DEFINE LEDg PORTB,4 ; LED green / active_reset_ostc_rx (<- do no longer use this LED unless for debugging) 22 #DEFINE LEDg PORTB,4 ; LED green / active_reset_ostc_rx (<- do no longer use this LED unless for debugging)
23 #DEFINE active_reset_ostc_rx PORTB,4 ; set to 1 to hold RX circuity in reset 23 #DEFINE active_reset_ostc_rx PORTB,4 ; set to 1 to hold RX circuity in reset
24 #DEFINE tft_power PORTB,5 ; via P-MOSFET (inverted) 24 #DEFINE tft_power PORTB,5 ; via P-MOSFET (inverted)