MicroRNG Software Kit version 1.0.2 for Raspberry Pi 3+/4 running Ubuntu
This release contains the following:
- Addressed C/C++ source code issues found with SonarQube C/C++ scanner.
Software kit content:
MicroRngSPI.cpp- API source code in C++ for communicating with a MicroRNG device over an SPI interface.mcdiag.cpp- general purpose diagnostics utility that interacts with the MicroRNG device for determining the maximum clock speed and for validating the communication over a SPI interface.mcrng.cpp- utility for downloading random bytes generated by MicroRNG device over SPI interface.sample.cpp- sample C++ program that demonstrates how to use the API for communicating with the MicroRNG device over SPI interface.