/SolarMetaSense

A solar energy-harvesting extension on MetaSense.

Primary LanguageJupyter NotebookMIT LicenseMIT

CSE291KW20

Source code for the solar MetaSense as a final project for CSE291K in Winter 2020.

This repo contains submodule. To automatically init and update submodule during cloning, use the following command:

git clone --recurse-submodules https://github.com/Orienfish/CSE291KW20.git

If you have already cloned the project, use the following command in the root directory of this repo to update the submodule:

git submodule update --init --recursive