Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RoboCore/String_Functions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3
Choose a base ref
...
head repository: RoboCore/String_Functions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 15, 2014

  1. v1.4 - 15/08/14

    Added IntToStr()
    
    Signed-off-by: gabriel <gabriel@robocore.net>
    gabriel committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    1610377 View commit details
    Browse the repository at this point in the history
  2. v1.4 - 15/08/14

    Added IntToStr().
    
    Signed-off-by: gabriel <gabriel@robocore.net>
    gabriel committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    311ef18 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2014

  1. v1.5 - 18/09/14

    Added support for SoftwareSerial in ReadSerial().
    
    - ReadFromSerial() can be used with SoftwareSerial for Arduino 1.0.1+;
    - added timeout to ReadFromSerial() when waiting for EOL character (default is no timeout);
    - updated examples.
    
    Signed-off-by: gabriel <gabriel@robocore.net>
    gabriel committed Sep 18, 2014
    Configuration menu
    Copy the full SHA
    ccc1e37 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. * v1.5 - 14/05/15

    Fixed SoftwareSerial support and removed serial flush from ReadFromSerial().
    
    Signed-off-by: gabriel <gabriel@robocore.net>
    gabriel committed May 14, 2015
    Configuration menu
    Copy the full SHA
    482c45f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. v1.5 - 18/12/15

    Fixed StrFind(char*, char*, byte) that would find a match even if not all characters were found at the end of the string (ex: "mac" in "eeprom" would return 5).
    
    Signed-off-by: gabriel <gabriel@robocore.net>
    gabriel committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    bbfe9e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. v1.6 - 20/09/17

    StrFind() update.
    
    - CASE_INSENSITIVE and CASE_SENSITIVE values inverted;
        > functions updated to work with it;
    - StrFind() updated to default CASE_INSENSITIVE;
    - added start option to StrFind();
    - example updated;
    gabriel committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    f6826cb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. v1.7 - 06/02/18

    Fixed StrFind() to find the character/string even if it is at the end of the string.
    gabriel committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d1e7caa View commit details
    Browse the repository at this point in the history
Loading