Changes between Version 11 and Version 12 of expansion/gw16113
- Timestamp:
- 11/06/2018 11:29:27 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16113
v11 v12 445 445 * the value of 0x00005555 indicates that P12.0,2,4,6 cooresponding to J1.1,3,5,7 are reading high (these are inputs per the gpiodir setting above) and P3.0,2,4,6 cooresponding to J2.1,3,5,7 are outputing logic high 446 446 447 LED control: 448 * Set correct direction and turns D7 and D8 on 449 {{{ 450 gwsoc gpiodir=0x000000000 451 gwsoc gpio=0x000000000 452 }}} 453 * Turns off 454 {{{ 455 gwsoc gpio=0xc0000000 456 }}} 457 * Illuminate only D8 458 {{{ 459 gwsoc gpio=0x80000000 460 }}} 461 * Illuminate only D7 462 {{{ 463 gwsoc gpio=0x80000000 464 }}} 447 465 448 466 [=#gwsoc-building]