nlabapi 1.0.6

Communication with nLab devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/***************************************************************************************************
 *
 *  nLabs, LLC
 *  https://getnlab.com
 *  Copyright(c) 2020. All Rights Reserved
 *
 *  This file is part of the nLab API
 *
 **************************************************************************************************/

pub(crate) static FIRMWARE: &[u8] = include_bytes!("firmware/v2");
pub(crate) static SUPPORTED_FIRMWARE_VERSION: u16 = 0x0206;