Search results

  1. M

    Python Multi-IO

    I haven't been able to operate the new Multi-IO card under python yet. It seems the Multi-IO python libraries will not load. Here is the error trail: $ sudo pip3 install multiio Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ERROR: Could not find a version that...
  2. M

    Pushbutton on Home Automation Card

    The Home Automation card has a general purpose push-button. In the schematic, it seems the pushbutton (SW1) is connected to PA0 on the STM controller, and it is stated "PROCESSOR MAKES 1uS INTERRUPT". I can't find information on use of the pushbutton for either command line or python. Can you...
  3. M

    getLed() for IndustrialAutomation python

    I have been using python3 to program the SM Industrial Automation card. I've tried to use the getLet() function but it doesn't seem to be in the megaind python library. Here is a trace of what happens at REPL level: Python 3.7.3 (default, Oct 31 2022, 14:04:00) [GCC 8.3.0] on linux Type...
Top