xxAtrain223 / EmbMessenger

Command based communication library for embedded devices.
MIT License
2 stars 1 forks source link

EmbMessenger Teensy Fix #4

Closed ilumsden closed 5 years ago

ilumsden commented 5 years ago

Changes write(0) to write((uint8_t)0) in EmbMessenger.hpp to allow platformio to upload EmbMessenger code to a Teensy.

codecov[bot] commented 5 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   97.28%   97.28%           
=======================================
  Files          27       27           
  Lines        2433     2433           
=======================================
  Hits         2367     2367           
  Misses         66       66
Impacted Files Coverage Δ
device/include/EmbMessenger/EmbMessenger.hpp 93.79% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d22bbf2...13b0794. Read the comment docs.

robobenklein commented 5 years ago

:1234: ...