Skip to content

Releases: PowerBroker2/SafeString

SafeString

28 May 15:50
a1fc742
Compare
Choose a tag to compare
  • SerialComs timeout 5sec
  • added firstToken()

SafeString

20 May 19:19
c9fea65
Compare
Choose a tag to compare
  • fixed dtostrf support

SafeString

17 May 20:17
fc42986
Compare
Choose a tag to compare
  • added Arduino Due support
  • fixed SerialComs when msg times out without delimiter, fixed support for Adafruit Feather nRF52 (V0.21.0)

SafeString

15 May 16:28
60a8d01
Compare
Choose a tag to compare
  • fixed nullpointer
  • check for Out-Of-Memory on createSafeString
  • support for Earl Philhower's pi pico board package
  • added SerialComs class for Arduino to Arduino/PC via Serial
  • added fixed width formatting
  • print(value,decPlaces,width) see example SafeString_Tests/SafeString_fixedWidthFormat.ino

SafeString

21 Apr 01:26
c7a5bd4
Compare
Choose a tag to compare
  • adds support for Raspberry Pi Pico using Arduino Mbed OS RP2040 V2.0.0 board package ,nextToken() now returns last un-terminated token by default (can be overridded by optional arg), option to return empty tokens

SafeString

04 Apr 00:27
670487a
Compare
Choose a tag to compare
  • allow createSafeString for small sizes, fixed bool for DUE (ARDUINO_ARCH_SAM)

SafeString

28 Mar 18:12
7bf51b0
Compare
Choose a tag to compare
  • added flushInput to SafeStringReader

SafeString

21 Mar 03:00
725d4b1
Compare
Choose a tag to compare
  • fixed SafeStringReader timeout and NanoBLE F() macro

SafeString

08 Mar 21:54
99890e8
Compare
Choose a tag to compare
  • Change method returns to better match Arduino String methods
  • IndexOf now returns int and returns -1 if not found

SafeString

21 Feb 20:21
455daf5
Compare
Choose a tag to compare
  • added hasError and improved error msgs for = errors