Skip to content

toolbitorg/StudyActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToolbitSDK

ToolbitSDK is Software Develepment Kit for measurement and automation system. Target device is a multimeter named as Toolbit DMM for now. Please see the following project page: https://hackaday.io/project/10398-luke-open-framework-multimeterlogger

It is cross platform SDK

Source code is described by C/C++ but libraries for the following languages have been released by using SWIG:

description

  • Electron for cross-platform desktop apps
  • Easy install by packager
    • PyPI version
    • NPM version
  • Object Oriented Programming
from toolbit import Dmm

dmm = Dmm()
dmm.open()
print(dmm.getVoltage())

Build

Download the latest source from GitHub repository.

The following command/software is required to build toolbit-lib:

  • make
    • For Windows, MinGW is highly recommended
  • swig: http://www.swig.org/
  • Ubuntu linux / Raspberry Pi
    • libudev-dev

Reference

License

[GPLv2] Please refer to the LICENSE file in this repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published