You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ version=1.0.0
8
8
maintainer=https://www.thecoderscorner.com
9
9
author=davetcc
10
10
category=Other
11
-
url=https://github.com/davetcc/IoAbstraction
11
+
url=https://github.com/davetcc/SimpleCollections
12
12
sentence=An associative container that can act as either a regular list or btree without needing std lib. Ordered fast lookup. Works from AVR/Uno upwards to ESP32, mbed etc
13
13
paragraph=An associative container that can act as either a straight list or btree without needing your compiler to support std lib. Ordered fast lookup, sorted on insert so optimised for read. Works from Uno upwards to ESP32, mbed etc
0 commit comments