<PAL_AMB>

&lt;PAL_AMB&gt;

Board BEHAVIOR for Environmental Sensor Pal AMBIENT SENSE PAL.

Common Definition plus the sensors on the board can be handled.

  • Temperature/humidity sensor SHTC3

  • Illuminance sensor LTR308ALS

void setup() {
  auto&& brd = the_twelite.board.use<PAL_AMB>();
}

member object

sns_SHTC3

SHTC3 sensor object.

sns_LTR308ALS

LTR308ALS sensor object.

最終更新