Hello Everyone,
I am using nrf51822 with S130.
Currently I am using arduino following this repo to program nrf51822 and its working fine.
However, I want to shift to keil due to too many restrictions (not able to use SD APIs, fstorage etc) in arduino.
Is it possible to import arduino libraries to Keil? What changes will be required in libraries to import?
I want to import following libraries:
https://playground.arduino.cc/Code/Keypad
http://www.airspayce.com/mikem/arduino/AccelStepper/
Thanks