Solved doxygen comments information from VAC, AAC and PM10 sensor files

This commit is contained in:
Toni Lozano 2016-01-25 12:20:36 +01:00
parent 42e1beb931
commit 31e6cc48ca
6 changed files with 32 additions and 13 deletions

View file

@ -66,6 +66,7 @@ configure(int type, int value)
if(type != SENSORS_ACTIVE) {
return PM10_ERROR;
}
/*Set PA7 as output, used as pulse-driven wave*/
ioc_set_over(PM10_SENSOR_PORT, PM10_SENSOR_CTRL_PIN, IOC_OVERRIDE_DIS);
GPIO_SOFTWARE_CONTROL(PM10_SENSOR_PORT, GPIO_PIN_MASK(PM10_SENSOR_CTRL_PIN));