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.

sine.c 160B

12345678910
  1. #include "system/task_sine.h"
  2. #include "system/data_channel.h"
  3. #include "system/float_word.h"
  4. int task_sine_run( void * data ) {
  5. // TODO
  6. return 0;
  7. }