Files
KaOs d270131062 RevE-light development version
WARNING: The files in this commit are our current development version. The hardware and software is not functional yet - so do not use it. We will not answer any support inquiry regarding this version at the moment.
2017-11-23 14:40:40 +00:00

19 lines
285 B
C

/*
* Random.h
*
* Created on: 22.03.2013
* Author: skuser
*/
#ifndef RANDOM_H_
#define RANDOM_H_
#include "Common.h"
void RandomInit(void);
uint8_t RandomGetByte(void);
void RandomGetBuffer(void* Buffer, uint8_t ByteCount);
void RandomTick(void);
#endif /* RANDOM_H_ */