Skip to content

Instantly share code, notes, and snippets.

View avrahamshukron's full-sized avatar

Avi Shukron avrahamshukron

  • Amazon
  • Cambridge, UK
View GitHub Profile
comment "cpputest needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
menuconfig BR2_PACKAGE_CPPUTEST
bool "cpputest"
depends on BR2_INSTALL_LIBSTDCPP
help
CppUTest is a C /C++ based unit xUnit test framework for unit testing
and for test-driving your code. It is written in C++ but is used in C
and C++ projects and frequently used in embedded systems but it works
@avrahamshukron
avrahamshukron / example.json
Last active April 17, 2020 20:37
Telemetry sender
{
"ventilation_status": {
"timestamp": 2963.83161,
"inspiration_volume": 2139.4583284802043,
"expiration_volume": 0.0,
"avg_inspiration_volume": 2113.9426131820755,
"avg_expiration_volume": 0.0,
"peak_flow": 0.0,
"peak_pressure": 0.0,
"min_pressure": 13.194630759841317,