Merge branch 'feature/adding_lab7' into 'master'
Adding lab 7 exercise. See merge request !2
Showing
with
1376 additions
and
0 deletions
.gitmodules
0 → 100644
lab_7/CMakeLists.txt
0 → 100644
lab_7/arena_size_test.cpp
0 → 100644
lab_7/inference_test.cpp
0 → 100644
lab_7/lib/config/CMakeLists.txt
0 → 100644
lab_7/lib/config/DEV_Config.c
0 → 100644
lab_7/lib/config/DEV_Config.h
0 → 100644
lab_7/lib/font/CMakeLists.txt
0 → 100644
lab_7/lib/font/font12.c
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/lib/font/font16.c
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/lib/font/font20.c
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/lib/font/font24.c
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/lib/font/font8.c
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/lib/font/fonts.h
0 → 100644
lab_7/lib/lcd/CMakeLists.txt
0 → 100644
lab_7/lib/lcd/LCD_Driver.c
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/lib/lcd/LCD_Driver.h
0 → 100644
lab_7/lib/lcd/LCD_GUI.c
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/lib/lcd/LCD_GUI.h
0 → 100644
lab_7/lib/lcd/LCD_Touch.c
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/lib/lcd/LCD_Touch.h
0 → 100644
lab_7/main.cpp
0 → 100644
lab_7/models/CMakeLists.txt
0 → 100644
lab_7/models/mnist_image_data.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
lab_7/models/mnist_model_data.cpp
0 → 100644
lab_7/pico_sdk_import.cmake
0 → 100644
lab_7/src/CMakeLists.txt
0 → 100644
lab_7/src/inference.cpp
0 → 100644
lab_7/src/inference.h
0 → 100644
lab_7/src/mnist_image_data.h
0 → 100644
lab_7/src/mnist_model_data.h
0 → 100644
lab_7/src/model.cpp
0 → 100644
lab_7/src/model.h
0 → 100644
lab_7/src/model_settings.h
0 → 100644
Please
register
or
sign in
to comment