Studentenversion des ESY6/A Praktikums "signal_processing".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rand.c 195B

123456789101112
  1. #include "system/task_rand.h"
  2. #include "system/hardware_task.h"
  3. #include "system/data_channel.h"
  4. #include "system/float_word.h"
  5. int task_rand_run( void * task ) {
  6. // TODO
  7. return 0;
  8. }