bmp280 ds1307 hmc5883l update

This commit is contained in:
lilian 2017-08-04 14:39:31 -03:00
parent 60cbd9c710
commit 13efa882d2
10 changed files with 169 additions and 160 deletions

View file

@ -179,4 +179,3 @@ uint16_t ad770x_raw_adc_value(const ad770x_params_t *params, uint8_t channel)
prepare(channel, REG_DATA, true, params->cs_pin, false);
return read_word(params->cs_pin);
}