| ... | ... | @@ -147,8 +147,7 @@ Import the header file and in the constructor simply initialize the _odr_ and _b |
|
|
|
|
|
|
|
#include "TempSensor.h"
|
|
|
|
|
|
|
|
namespace Boardcore
|
|
|
|
{
|
|
|
|
using namespace Boardcore;
|
|
|
|
|
|
|
|
TempSensor::TempSensor(uint8_t odr, uint8_t bdu)
|
|
|
|
: odr(odr), bdu(bdu)
|
| ... | ... | |