Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

read an analog value from a pwm port (arduino) with pyfirmata2 on Python #99

Open
wants to merge 154 commits into
base: master
Choose a base branch
from

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    5a51489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    996f644 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Added a thread to the class board which samples then at a

    given sampling rate. This is basically using an iterator
    within the board class.
    Updated the util class so that the Iterator can also be stopped
    and added a flag. Added join to board so that it waits till
    the Treads terminates.
    Updated analog_realtime_scope.py which no longer needs to refer
    to util and calls the new sampling method in the board class.
    berndporr committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    e295c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37f064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6acd29 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Updated the doc

    berndporr committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    d3764cc View commit details
    Browse the repository at this point in the history
  2. I have been testing it under Python 3.6 which works fine.

    New minor version number b/c of new features.
    berndporr committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    89505ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a20bf8 View commit details
    Browse the repository at this point in the history
  4. Added an object oriented data reader which can be used

    to save data time stamped to a file
    berndporr committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    dfa4905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf01e27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8661c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4945115 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39b0940 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Added two examples

    berndporr committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    0d02298 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaf19d1 View commit details
    Browse the repository at this point in the history
  3. removed two whitespaces

    berndporr committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    63e96c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26cc13b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    175f124 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Now object oriented

    berndporr committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    862de01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a955588 View commit details
    Browse the repository at this point in the history
  3. Removed a whitespace

    berndporr committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    d6ccd62 View commit details
    Browse the repository at this point in the history
  4. Fixed another Travis issue

    berndporr committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    fb4015c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db1c84b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Configuration menu
    Copy the full SHA
    f48afdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eaf9d1 View commit details
    Browse the repository at this point in the history
  3. Updated the author list

    berndporr committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    b646aac View commit details
    Browse the repository at this point in the history
  4. Made it executable

    berndporr committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    0c586dd View commit details
    Browse the repository at this point in the history
  5. Updated the readme

    berndporr committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    49ea125 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19b4d1c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Configuration menu
    Copy the full SHA
    c41b817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf6a0a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    f123f15 View commit details
    Browse the repository at this point in the history
  2. Tiny formatting issues

    berndporr committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    35c84ee View commit details
    Browse the repository at this point in the history
  3. Small fixes

    berndporr committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    1149766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81f1bfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    610fc0a View commit details
    Browse the repository at this point in the history
  6. Added more explanations

    berndporr committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    699e10c View commit details
    Browse the repository at this point in the history
  7. Forgot the filtering

    berndporr committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    f571865 View commit details
    Browse the repository at this point in the history
  8. typo

    berndporr committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    f7afbfc View commit details
    Browse the repository at this point in the history
  9. Added a screenshot

    berndporr committed Sep 16, 2018
    Configuration menu
    Copy the full SHA
    7f0836d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    086bb49 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a02161 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    37af1fd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Added port to mac

    berndporr committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    d114935 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Split it up for Windows

    berndporr committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    2dc22e0 View commit details
    Browse the repository at this point in the history
  2. Added info about mac

    berndporr committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    d74cb7a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Configuration menu
    Copy the full SHA
    de6dffc View commit details
    Browse the repository at this point in the history
  2. Added another MAC device.

    berndporr committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    3649873 View commit details
    Browse the repository at this point in the history
  3. Added another serial device

    berndporr committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    403a13b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Updated the readme

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    8781975 View commit details
    Browse the repository at this point in the history
  2. Fixed a colon

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    336dfc1 View commit details
    Browse the repository at this point in the history
  3. A few more fixes.

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    f5fae6b View commit details
    Browse the repository at this point in the history
  4. New version no

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    fcf635c View commit details
    Browse the repository at this point in the history
  5. Removed some leftovers

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    6202c75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdb5430 View commit details
    Browse the repository at this point in the history
  7. GRammar!

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    3b5c403 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67755d5 View commit details
    Browse the repository at this point in the history
  9. updated readme

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    b989894 View commit details
    Browse the repository at this point in the history
  10. Added autodetect

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    0ff1bfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c060690 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59b5325 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c88ca79 View commit details
    Browse the repository at this point in the history
  14. More info in the examples

    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    0083033 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a8df46 View commit details
    Browse the repository at this point in the history
  16. Improved autodetect for Windows. Assuming that

    lowest com port is the right one.
    berndporr committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    b823663 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    2434ee5 View commit details
    Browse the repository at this point in the history
  2. New version

    berndporr committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    c583088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e323306 View commit details
    Browse the repository at this point in the history
  4. Updated the autoconfig

    berndporr committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    b2906af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ec8296 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    8ca5f72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0cc0c4 View commit details
    Browse the repository at this point in the history
  3. Add info about 2nd port.

    berndporr committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    d620256 View commit details
    Browse the repository at this point in the history
  4. 10ms is the hard limit

    berndporr committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    5921afc View commit details
    Browse the repository at this point in the history
  5. Tense!

    berndporr committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    6db2305 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Two channel version

    berndporr committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    615039a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Fixed a spelling mistake

    berndporr committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    0d96e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11cd58a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Configuration menu
    Copy the full SHA
    45c3b0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2474d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    1c88e8c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Added more troubleshooting

    berndporr committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    9f487b0 View commit details
    Browse the repository at this point in the history
  2. exit()

    berndporr committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    fb3ccc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Added link to IDE

    berndporr committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    d3831cb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. New major version to reflect that it's a departure form pyfirmata

    and now been tested by a lot of students!
    berndporr committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    f3b3487 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. Link to the YouTube channel

    berndporr committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    6450dfa View commit details
    Browse the repository at this point in the history
  2. New version

    berndporr committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    9c3c02d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Configuration menu
    Copy the full SHA
    0e435af View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    bc0d342 View commit details
    Browse the repository at this point in the history
  2. Made all python files directly executable under Linux.

    So you can start them with for example with: "./realtime_scope.py".
    berndporr committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    5909096 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Switched back to autodetect

    berndporr committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    d10f8d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    5c185dd View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Configuration menu
    Copy the full SHA
    18b404a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67990ef View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    c1872ce View commit details
    Browse the repository at this point in the history
  2. Added copyright notice

    berndporr committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    0795f74 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    829331c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    84d9b2c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Created readme for github

    berndporr committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    d4f9e53 View commit details
    Browse the repository at this point in the history
  2. Removed a double ::

    berndporr committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fc690af View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. The firmata firmware seems to have changed the minimum sampling

    interval to 1ms which is 1kHz sampling rate.
    berndporr committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f98ba95 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    d9ffb8c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    177dbcd View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Fixed description

    berndporr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    535e27f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    b5c0cbd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Merge pull request #6 from benjie-git/master

    Added support for INPUT_PULLUP mode
    berndporr authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    9d4641a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    93645f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    f248ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3be3fb View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    4f6519a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    995ed39 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    8d023cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863af26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd3f0b View commit details
    Browse the repository at this point in the history
  4. Synced the rst and md.

    berndporr committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    fa56ae9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Changed it to a class

    berndporr committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    77da992 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    3cc9734 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Removed specifics from the pypi readme.

    Rather pointing to the github repo for anything which changes.
    berndporr committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d243107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40d3f2 View commit details
    Browse the repository at this point in the history
  3. Added pwm and servo demo

    berndporr committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    dedc637 View commit details
    Browse the repository at this point in the history
  4. fixed a few small things

    berndporr committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    5dafffb View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    6894c23 View commit details
    Browse the repository at this point in the history
  2. Added more documentation

    berndporr committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    bcdc30d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04c3652 View commit details
    Browse the repository at this point in the history
  4. New version number

    berndporr committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    be9918f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    395244e View commit details
    Browse the repository at this point in the history
  6. made the executable

    berndporr committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    8d251bc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    2dd3c2d View commit details
    Browse the repository at this point in the history
  2. broken link

    berndporr committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    d5c4ce5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    48ba165 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Broken

    berndporr committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    7c7a621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e2141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2d444e View commit details
    Browse the repository at this point in the history
  4. Title was wrong.

    berndporr committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2996714 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1ac5c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    6d43dbe View commit details
    Browse the repository at this point in the history
  2. Added a label.

    berndporr committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    976a521 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    d11f5c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. inspect.getargspec is deprecated

    replaced with getfullargspec as suggested by
    @mdickers47 in #13
    berndporr committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    88f9a93 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Windows: scans only for USB serial devices

    The com port is used by internal devices by HP or by bluetooth
    adapters which are then wrongly detected.
    berndporr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d211914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017eb72 View commit details
    Browse the repository at this point in the history
  3. Added info about scan.py

    berndporr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b5e8109 View commit details
    Browse the repository at this point in the history
  4. Incremented version

    berndporr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5c2d370 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    40c01a3 View commit details
    Browse the repository at this point in the history
  2. Spelling mistake

    berndporr committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    dacbd83 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    2e12ee6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. initialize pin.mode when using digital output

    Francois Rainville committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a51be9a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Added disable_reporting() on exit

    This has been suggested by @kdickie59 in
    #14
    I cannot test it as it's fine on my RPI3 with the Uno
    but hopfully helps!
    berndporr committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d0a41a3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'digital-output-pin-initialization' of https://github.co…

    …m/Rotule666/pyFirmata2 into Rotule666-digital-output-pin-initialization
    berndporr committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    63ac54d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48f97e2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Rotule666-digital-output-pin-initialization'

    Thanks @Rotule666 for spotting this quite lax coding there.
    I've further improved it by adding a proper default behaviour
    in case the function letter is unknown or misspelt.
    berndporr committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    952fdd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Polling of analogue or digital pins now causes an exception

    Some users just don't read the README, do some polling instead
    of using callbacks and then fire off an issue
    (#16).
    
    To prevent wasting my time the library now does a hard
    exception if somebody tries polling. This then recommends
    pyfirmata1.
    berndporr committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a43ee10 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    1f10d93 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. This should resolve issue #17

    @AlboProgrammer reported that the description string no longer
    contains "USB" but now the make of the Arduino. I've added this
    to the autodetect.
    berndporr committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    967da5a View commit details
    Browse the repository at this point in the history