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
15
u16_t
ssi_handler
(
int
iIndex,
char
*pcInsert,
int
iInsertLen);
16
20
void
ssi_init
();
21
22
#endif
ssi_init
void ssi_init()
SSI init.
Definition
ssi.c:138
ssi_handler
u16_t ssi_handler(int iIndex, char *pcInsert, int iInsertLen)
SSI handler.
Definition
ssi.c:26
led_controller
include
ssi.h
Generated by
1.9.8