Mercurial > public > hwos_code
comparison src/ports.inc @ 415:fd3865a82519
minor
author | heinrichsweikamp |
---|---|
date | Sun, 10 Apr 2016 11:46:55 +0200 |
parents | 56276a2418f9 |
children | 4b93354b7738 |
comparison
equal
deleted
inserted
replaced
414:35bdfd89323c | 415:fd3865a82519 |
---|---|
48 ; TRIS=b'00100000' | 48 ; TRIS=b'00100000' |
49 | 49 |
50 ; PORTE | 50 ; PORTE |
51 #DEFINE RE0_unused PORTE,0 ; unused | 51 #DEFINE RE0_unused PORTE,0 ; unused |
52 #DEFINE ir_power PORTE,1 ; Power supply for IR | 52 #DEFINE ir_power PORTE,1 ; Power supply for IR |
53 #DEFINE mcp_ncs PORTE,2 ; RX /CS | 53 #DEFINE charge_disable PORTE,2 ; ex. mcp_ncs (RX /CS) (Available from hardware rev x.x only) |
54 #DEFINE LEDr PORTE,3 ; LED red | 54 #DEFINE LEDr PORTE,3 ; LED red |
55 #DEFINE power_sw2 PORTE,4 ; Power supply for switch1 circuit | 55 #DEFINE power_sw2 PORTE,4 ; Power supply for switch1 circuit |
56 #DEFINE RE5_unused PORTE,5 ; unused | 56 #DEFINE RE5_unused PORTE,5 ; unused |
57 #DEFINE lightsen_power PORTE,6 ; Power supply for lightsensor | 57 #DEFINE lightsen_power PORTE,6 ; Power supply for lightsensor |
58 #DEFINE flash_ncs PORTE,7 ; /CS | 58 #DEFINE flash_ncs PORTE,7 ; /CS |