arduino/ArduinoCore-API
Hardware independent layer of the Arduino cores defining the official API
C++LGPL-2.1
Issues
- 0
String object, len is of type unsigned int, however indexOf() and lastIndexOf() return int
#239 opened by artofit - 1
Detecting errors in String operations
#186 opened by BojanJurca - 1
Feature Request - add "remote" member to the CanMsg class to denote Remote Transfer Request (RTR) frames
#230 opened by fastbike - 0
IPAddress toString should use existing printTo algorithm and conform to RFC 5952 canonical format for IPv6 addresses
#228 opened by sgryphon - 1
Clarify CAN frame transmit order
#221 opened by jboynes - 0
Clean up use of sprintf
#209 opened by jboynes - 1
- 3
- 2
Serial.print(0ULL) gives empty output
#178 opened by warmonkey - 0
String::replace doesn't work when replacing multiple occurencies of longer String by shorter one
#199 opened by kiiv-cz - 11
Callback for Serial Class
#160 opened by vChavezB - 2
RingBuffer - is inherently unsafe if either store_char or read_char is called from an interrupt.
#195 opened by KurtE - 6
Client.h not included from ArduinoAPI.h
#136 opened by bucienator - 1
- 0
[Feature Request] timer interrupt callback function
#182 opened by Heiko-L - 3
Add "streaming" syntax support to Print class
#180 opened by jfjlaros - 6
Porting guide
#124 opened by beriberikix - 10
- 2
Each core provides a different USBAPI
#141 opened by Legion2 - 0
String::toInt() and atol() behave different on different platforms with a number that is too large.
#175 opened by Koepel - 1
- 2
- 7
Add include guards instead of #pragma once
#171 opened by PatrickDekker98 - 5
IPv6 support needed
#168 opened by sgryphon - 4
- 1
Extend String to print 64-bit integers
#156 opened by drws - 8
- 4
Adding digitalToggle to core?
#130 opened by RobTillaart - 2
- 1
`bitWrite` macro does not enclose argument in ()
#153 opened by positron96 - 0
- 2
- 0
- 5
String::substring deferences NULL if the returned value is the empty string. This is due to a bug in String::move
#148 opened by MarkTillotson - 0
Prevent wakeup on ext int
#145 opened by Reneg973 - 1
Stream::find() not working for values above 0x7F
#119 opened by pnjun - 2
File base class
#114 opened by PaulStoffregen - 3
- 2
- 2
- 3
Add the ability to assign a value, or add/subtract time, to millis() and micros()
#139 opened by EternityForest - 4
- 0
Feature request : Add parseHex() to serial library
#134 opened by rnbokade - 0
- 6
force new enums for pinMode and pinStatus to 8 bits type instead of default int
#109 opened by JM-FRANCE - 0
Please consider refining (reorganizing/documenting) core headers to aid in their explicit inclusion ...
#121 opened by paschlie - 1
- 2
shiftIn return value misleading
#116 opened by oclyke - 0
Public API to increase buffer sizes
#115 opened by PaulStoffregen - 0
add isFlushed() to Stream/HardwareSerial
#110 opened by budulinek