nopnop2002 / Arduino-LoRa-Ra01S

An Arduino Library for LoRa Communication using SX1262/1268
MIT License
33 stars 11 forks source link

Implement access to random number generator #4

Closed cyraxx closed 1 year ago

cyraxx commented 1 year ago

Thanks for this module! I was about to give up getting my Ra-01SH to run when I stumbled upon your repo. All the other libraries gave some sort of error and this saved from having to dive into the datasheet and debugging things myself.

My PR adds a GetRandomNumber() function that allows reading a 32-bit random number from the Ra-01's built in random number generator.