Pico Led Controller 1.0.3
A project to control LEDs using Raspberry Pi Pico W
Loading...
Searching...
No Matches
ssi.h
Go to the documentation of this file.
1#ifndef _SSI_H
2#define _SSI_H
3
4#include <stdint.h>
5#include "lwip/apps/httpd.h"
6
15u16_t ssi_handler(int iIndex, char *pcInsert, int iInsertLen);
16
20void ssi_init();
21
22#endif
void ssi_init()
SSI init.
Definition ssi.c:138
u16_t ssi_handler(int iIndex, char *pcInsert, int iInsertLen)
SSI handler.
Definition ssi.c:26