Skip to content
  • swym's avatar
    feat(epicardium): read card10.cfg · f1d63669
    swym authored and rahix's avatar rahix committed
    Adds simple config parser along with config_ API that:
    
    - supports default values for options
    - allows typed querying of config values
    - types supported: boolean, integer, floating point and string
    
    unknown options are ignored and LOG_WARNed on the console
    f1d63669