mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding write funtions to blink driver sample
This commit is contained in:
@@ -39,6 +39,9 @@ int main(void)
|
||||
data16++;
|
||||
|
||||
*data32 = 0x30303030;
|
||||
data32++;
|
||||
*data32 = 0x31313131;
|
||||
|
||||
|
||||
test8 = *data8;
|
||||
test16 = *data16;
|
||||
|
||||
Reference in New Issue
Block a user