A system that detects human presence using sensors and sends alerts. Can be used for security or attendance monitoring.
if (personDetected()) { sendAlert(); digitalWrite(LED_BUILTIN, HIGH); }