[Fx2lib-devel] "lights" fix for CY3681
Status: Beta
Brought to you by:
mulicheng
From: Aric M. <as...@pu...> - 2009-03-03 17:58:19
|
These are the addresses for the lights on the CY3681 board: volatile xdata at 0x8000 BYTE D2ON; volatile xdata at 0x8100 BYTE D2OFF; volatile xdata at 0x9000 BYTE D3ON; volatile xdata at 0x9100 BYTE D3OFF; volatile xdata at 0xA000 BYTE D4ON; volatile xdata at 0xA100 BYTE D4OFF; volatile xdata at 0xB000 BYTE D5ON; volatile xdata at 0xB100 BYTE D5OFF; |