WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
rand.h
Go to the documentation of this file.
1 
9 #ifndef RAND_H_
10 #define RAND_H_
11 
12 
13 uint16_t RAND_adcRand16 (void);
14 
15 
16 #endif /* RAND_H_ */
uint16_t RAND_adcRand16(void)
generate a random 16-bit value by sampling b0 of the temperature sensor.
Definition: rand.c:20