~ruther/CTU-FEE-B0B35APO-Semestral-project

ref: 85f0ec9e2c5f7bd6ff9f7368fdf4c950b2be2329 CTU-FEE-B0B35APO-Semestral-project/file-browser/include/gui_list_pheripherals.h -rw-r--r-- 253 bytes
85f0ec9e — František Boháček feat: add files contextmenu 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#ifndef __GUI_LIST_PHERIPHERALS_H__
#define __GUI_LIST_PHERIPHERALS_H__

#include "mzapo_pheripherals.h"
#include "gui.h"

void gui_list_ledstrip_update(container_t *container, mzapo_pheripherals_t *pheripherals);

#endif // __GUI_LIST_PHERIPHERALS_H__