sonelu / roboglia

Robotics framework
GNU General Public License v3.0
0 stars 1 forks source link

Partial bit masks #75

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

Change the terminology: now "bits" used to compare the internal value in register and "mask" used for partial control of the bitwise values.

Fixes #74 Fixes #72

codecov[bot] commented 4 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.48%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   96.31%   96.79%   +0.48%     
==========================================
  Files          25       25              
  Lines        2305     2310       +5     
  Branches      336      338       +2     
==========================================
+ Hits         2220     2236      +16     
+ Misses         53       46       -7     
+ Partials       32       28       -4     
Impacted Files Coverage Δ
roboglia/base/register.py 100.00% <100.00%> (ø)
roboglia/base/sensor.py 100.00% <100.00%> (ø)
roboglia/dynamixel/sync.py 92.90% <100.00%> (+4.25%) :arrow_up:
roboglia/dynamixel/bus.py 96.81% <0.00%> (+2.27%) :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 c7aa8f7...335705d. Read the comment docs.