File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1+ platforms :
2+ rpipico :
3+ board : rp2040:rp2040:rpipico
4+ package : rp2040:rp2040
5+ gcc :
6+ features :
7+ defines :
8+ - ARDUINO_ARCH_RP2040
9+ warnings :
10+ flags :
11+
12+ packages :
13+ rp2040:rp2040 :
14+ url : https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
15+
116compile :
217 # Choosing to run compilation tests on 2 different Arduino platforms
318 platforms :
@@ -7,5 +22,7 @@ compile:
722 # - leonardo
823 - m4
924 - esp32
10- # - esp8266
11- # - mega2560
25+ - esp8266
26+ # - mega2560
27+ - rpipico
28+
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2014-2021 Rob Tillaart
3+ Copyright (c) 2014-2022 Rob Tillaart
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ and humidity. Just connect two potentiometers to play and simulate increase and
2626decrease of the temperature and humidity.
2727
2828
29+ ## 2022-11-01
30+ - add RP2040 to build-CI
31+ - update license
32+
2933## 0.2.1
3034
3135- added pin to trigger CRC errors
You can’t perform that action at this time.
0 commit comments