OPEnSLab-OSU / Nanolux

Cymaspace AudioLux Opensource code
GNU General Public License v3.0
5 stars 9 forks source link

Skeleton Web Server #7

Closed davidqmora closed 1 year ago

davidqmora commented 1 year ago

This pull request includes the code necessary to run a proof-of-concept web server. Currently, it only serves a static web page with buttons to change the visualization pattern.

NOTE: for this code to compile, the memory partitioning scheme must be altered. See the instructions in the readme. Also, the code only runs in modified v1.2 boards or later.

davidqmora commented 1 year ago

I know this code possibly exceeds the 150-line mark, but the bulk fo the overage is due to the webpage code, which is temporary.