-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addition of getRows(n, k) and getNumberOfRows(n) to the datalogger. (#…
…431) * MicroBitLog.cpp & .h: Added getRows(n, k) and getNumberOfRows(n). * MicroBitLog: getNumberOfRows(n): Now returns 0 if n > number of rows. * MicroBitLog: getNumberOfRows(n): Fixed bug associated with last commit behaviour change. * MicroBitLog: getNumberOfRows(n): Documentation of code change for new behaviour * MicroBitLog: getNumberOfRows(n): misname oops
- Loading branch information
Showing
2 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters