URL
https://opencores.org/ocsvn/leros/leros/trunk
Subversion Repositories leros
[/] [leros/] [trunk/] [LerosMuviumSDK/] [Native.java] - Rev 8
Go to most recent revision | Compare with Previous | Blame | View Log
public class Native { public native static int rd(int address); public native static void wr( int data, int address ); }
Go to most recent revision | Compare with Previous | Blame | View Log