Added Random number generator

This commit is contained in:
simon
2017-11-11 14:34:33 -05:00
parent f98e0701eb
commit e2ed744479
9 changed files with 110 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ public class CubotLidar extends CpuHardware implements JSONSerialisable {
//Write to memory
byte[] mem = getCpu().getMemory().getBytes();
int counter = 0; //todo get memory address from config/constant
int counter = MEMORY_PATH_START;
if (nodes != null) {