Skip to content

NAU-CCL/IFSON_HARDWARE_MANAGER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IFSON_HARDWARE_MANAGER

Simple hardware manager api to bridge the gap between hardware and software

Task for photrack/smartcams

Only create driver.py files. Make sure driver.py files are in the correct folder and follow correct conventions.

hardware manifest example

hardware_manifest = [
    'picam_v2.py',
    'virtual_solar_voltage_driver.py',
    # 'virtual_battery_driver.py'
    'pijuice_driver_v01.py',
    'raspberry_pi4_eth_driver.py',
    'raspberry_pi4_wlan_driver.py',
    'pi_cpu_temp_driver.py'
]

Final Hardware doc is being reviewed

About

Simple hardware manager api to bridge the gap between hardware and software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages