mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 17:11:23 +02:00
Add a tiny REST server.
This commit is contained in:
8
src/usb/lwip/rest_server.h
Normal file
8
src/usb/lwip/rest_server.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef PICO_KEYS_REST_SERVER_H
|
||||
#define PICO_KEYS_REST_SERVER_H
|
||||
|
||||
#include "lwip/err.h"
|
||||
|
||||
err_t rest_server_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user