Mercurial > public > hwos_code
comparison src/ports.inc @ 627:bf5fee575701
minor cleanup, reset rx circuity
| author | heinrichsweikamp |
|---|---|
| date | Sun, 30 Jun 2019 23:22:32 +0200 |
| parents | c40025d8e750 |
| children | cd58f7fc86db |
comparison
equal
deleted
inserted
replaced
| 624:7bdcc591196c | 627:bf5fee575701 |
|---|---|
| 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) |
