greenhouse
jukebox_task.h
Go to the documentation of this file.
1 #pragma once
2 #include "mbed.h"
3 
4 namespace Tasks {
5 class Jukebox {
6 public:
7  void start();
8 };
9 } // namespace Tasks
Definition: jukebox.h:3