You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This repository contains the MicroRNG Software Kit and utilities for using the M
9
9
## Contents
10
10
11
11
*`MicroRngSPI.cpp` - API source code in C++ for communicating with the MicroRNG device over SPI interface.
12
-
*`mcdiag.cpp` - general purpose diagnostics utility that interacts with the MicroRNG device for determining the maximum clock speed and for validating communication over SPI interface.
12
+
*`mcdiag.cpp` - general purpose diagnostics utility that interacts with the MicroRNG device for determining the maximum clock speed and for validating the communication over SPI interface.
13
13
*`mcrng.cpp` - utility for downloading random bytes generated by MicroRNG device over SPI interface.
14
14
*`sample.cpp` - sample C++ program that demonstrates how to use the API for communicating with the MicroRNG device over SPI interface.
0 commit comments