| ... | ... | @@ -272,8 +272,8 @@ A simple entrypoint creates a `TempSensor` object and periodically reads the tem |
|
|
|
*/
|
|
|
|
|
|
|
|
#include <miosix.h>
|
|
|
|
#include <Common.h>
|
|
|
|
#include "TempSensor.h"
|
|
|
|
#include <utils/Debug.h>
|
|
|
|
#include "drivers/spi/TempSensor.h"
|
|
|
|
|
|
|
|
using namespace miosix;
|
|
|
|
using namespace Boardcore;
|
| ... | ... | |