├── .gitignore ├── LICENSE ├── Nordic_files └── nRF52_SDK_0.9.2_dbc28c9.zip └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/femtoio/ArduinoCore-nRF52xx/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/femtoio/ArduinoCore-nRF52xx/HEAD/LICENSE -------------------------------------------------------------------------------- /Nordic_files/nRF52_SDK_0.9.2_dbc28c9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/femtoio/ArduinoCore-nRF52xx/HEAD/Nordic_files/nRF52_SDK_0.9.2_dbc28c9.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/femtoio/ArduinoCore-nRF52xx/HEAD/README.md --------------------------------------------------------------------------------