Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 671 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 671 Bytes

E-ink-Room-Reservation-Display

Display schedule of room availability, time, subject

alt text

Import project

  1. Clone repository git clone https://github.com/MichelDequick/E-ink-Room-Reservation-Display.git
  2. Create eniroment mbed new E-ink-Room-Reservation-Display (execute outside of root directory)
  3. Set toolchain mbed toolchain GCC_ARM
  4. Set target mbed target K64F
  5. Set target mbed update
  6. Use -std=gnu++11 insted of -std=gnu++98 in mbed-os/tools/profiles/<debug/develop/release>.json

link for esp library

mbed add http://os.mbed.com/teams/ESP8266/code/esp8266-driver/