This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to port libraries designed for arduino to program nRF52 DK with Keil?

I am using various sensors to build a wireless sensor network. There are libraries for sensors that are provided by developers such as from adafruit or sparkfun. I have been using them in arduino with adafruit's nRF52 Bluefruit to simplify the testing and development of algorithms needed to achieve my design system. However I intend to use the nRF52 DK due to the limitations from the bluefruit. So, is there a way to port the .h and .cpp library files to Keil IDE to program the nRF52 Dev Kit?

Related