Select Git revision
UIReadSubCodes.m

Tim Stadtmann authored
Implements overriden display-function and adapts comments to MATLAB's doc and help function in order to deliver a cleaner interface. Also, for some reason, all file-access modes in /source are marked as changed.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
UIReadSubCodes.m 264 B
%UIReadSubCodes UIReadSubCodes enumeration for the brick
%
% Notes::
% - UIReadSubCodes can be found in the EV3 documentation and source code
% (bytecodes.h)
classdef UIReadSubCodes < uint8
enumeration
GetVbatt (1)
GetLbatt (18)
end
end