File tree Expand file tree Collapse file tree 9 files changed +25
-17
lines changed Expand file tree Collapse file tree 9 files changed +25
-17
lines changed Original file line number Diff line number Diff line change 99
1010 This library is distributed in the hope that it will be useful,
1111 but WITHOUT ANY WARRANTY; without even the implied warranty of
12- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1313 Lesser General Public License for more details.
1414
1515 You should have received a copy of the GNU Lesser General Public
Original file line number Diff line number Diff line change 11/*
2+ HardwareI2C.h - Hardware I2C interface for Arduino
23 Copyright (c) 2016 Arduino LLC. All right reserved.
34
45 This library is free software; you can redistribute it and/or
89
910 This library is distributed in the hope that it will be useful,
1011 but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12- See the GNU Lesser General Public License for more details.
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+ Lesser General Public License for more details.
1314
1415 You should have received a copy of the GNU Lesser General Public
1516 License along with this library; if not, write to the Free Software
Original file line number Diff line number Diff line change 11/*
2+ HardwareSPI.h - Hardware SPI interface for Arduino
23 Copyright (c) 2018 Arduino LLC. All right reserved.
34
45 This library is free software; you can redistribute it and/or
89
910 This library is distributed in the hope that it will be useful,
1011 but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12- See the GNU Lesser General Public License for more details.
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+ Lesser General Public License for more details.
1314
1415 You should have received a copy of the GNU Lesser General Public
1516 License along with this library; if not, write to the Free Software
Original file line number Diff line number Diff line change 11/*
2+ HardwareSerial.h - Hardware serial interface for Arduino
23 Copyright (c) 2016 Arduino LLC. All right reserved.
34
45 This library is free software; you can redistribute it and/or
89
910 This library is distributed in the hope that it will be useful,
1011 but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12- See the GNU Lesser General Public License for more details.
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+ Lesser General Public License for more details.
1314
1415 You should have received a copy of the GNU Lesser General Public
1516 License along with this library; if not, write to the Free Software
Original file line number Diff line number Diff line change 11/*
2+ Print.cpp - Base class that provides print() and println()
23 Copyright (c) 2014 Arduino. All right reserved.
34
45 This library is free software; you can redistribute it and/or
89
910 This library is distributed in the hope that it will be useful,
1011 but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12- See the GNU Lesser General Public License for more details.
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+ Lesser General Public License for more details.
1314
1415 You should have received a copy of the GNU Lesser General Public
1516 License along with this library; if not, write to the Free Software
Original file line number Diff line number Diff line change 11/*
2+ Print.h - Base class that provides print() and println()
23 Copyright (c) 2016 Arduino LLC. All right reserved.
34
45 This library is free software; you can redistribute it and/or
89
910 This library is distributed in the hope that it will be useful,
1011 but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12- See the GNU Lesser General Public License for more details.
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+ Lesser General Public License for more details.
1314
1415 You should have received a copy of the GNU Lesser General Public
1516 License along with this library; if not, write to the Free Software
Original file line number Diff line number Diff line change 11/*
2+ Printable.h - Interface for classes that can be printed via Print
23 Copyright (c) 2016 Arduino LLC. All right reserved.
34
45 This library is free software; you can redistribute it and/or
89
910 This library is distributed in the hope that it will be useful,
1011 but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12- See the GNU Lesser General Public License for more details.
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+ Lesser General Public License for more details.
1314
1415 You should have received a copy of the GNU Lesser General Public
1516 License along with this library; if not, write to the Free Software
Original file line number Diff line number Diff line change 11/*
2+ RingBuffer.h - Ring buffer implementation
23 Copyright (c) 2014 Arduino. All right reserved.
34
45 This library is free software; you can redistribute it and/or
89
910 This library is distributed in the hope that it will be useful,
1011 but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12- See the GNU Lesser General Public License for more details.
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+ Lesser General Public License for more details.
1314
1415 You should have received a copy of the GNU Lesser General Public
1516 License along with this library; if not, write to the Free Software
Original file line number Diff line number Diff line change 11/*
2+ itoa.h - Integer to ASCII conversion
23 Copyright (c) 2016 Arduino LLC. All right reserved.
34
45 This library is free software; you can redistribute it and/or
89
910 This library is distributed in the hope that it will be useful,
1011 but WITHOUT ANY WARRANTY; without even the implied warranty of
11- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12- See the GNU Lesser General Public License for more details.
12+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+ Lesser General Public License for more details.
1314
1415 You should have received a copy of the GNU Lesser General Public
1516 License along with this library; if not, write to the Free Software
You can’t perform that action at this time.
0 commit comments