rubienr / the-office-gadget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Office Gadget

A very simple tool to visualize things having

  • wifi,
  • web service,
  • display,
  • touch keyboard,
  • temperature sensor,
  • light sensor and
  • serial interfaced RGB LED strips.

Start Working

git clone https://github.com/rubienr/the_office_gadget.git
cd the_office_gadget/src/
platformio init --ide clion

Then: Clion -> open project -> navigate to the_office_gadget/src/ -> open.

Install Platformio

python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)"
pio upgrade --dev

See also http://docs.platformio.org/...

About

License:Apache License 2.0


Languages

Language:C++ 96.5%Language:CMake 3.5%