Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 568 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 568 Bytes

lv-hal

OOP Hardware abstraction library that supports loading from disk at runtime and a unified configuration interface.

#Setup To get the HAL and editor working follow these steps:

  1. Open lv-hal.lvproj and build the "PPL" build spec. This will output to ../build/ppl relative to the folder containing the project

  2. Open lv-hal-config.lvproj and build the "HAL Editor" build spec. This will output to ../build/bin relative to the project folder.

#Developing Drivers

Stay tuned for tutorial posted to youtube on how this library is intended to be used.