MLX90640: got registers, start to write image reading process

This commit is contained in:
Edward Emelianov
2022-05-19 01:38:06 +03:00
parent 247d1b2ed5
commit bc11cee187
13 changed files with 819 additions and 43 deletions

View File

@@ -41,7 +41,9 @@ int main(void){
USBPU_OFF();
USB_setup();
#ifndef EBUG
iwdg_setup();
#endif
USBPU_ON();
i2c_setup(TRUE);
i2c_set_addr7(MLX_DEFAULT_ADDR);