Skip to content

isabella232/CODK-A-ARC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CODK-A applications are developed in C/C++. You can import a sketch (.ino) file to use with CODK-A, but you must first convert it to a valid .cpp file:

$ make convert-sketch SKETCH=sketch.ino

Using the included Blink.ino example sketch, the precedure for converting, building and uploading an existing sketch follows (ensure that your Arduino 101 board is connected to your PC, and that you know the serial device name e.g. /dev/ttyACM0):

Make sure CODK_DIR variable is set to the CODK top-level path

  $ cd arc/examples/Blink
  $ make convert-sketch SKETCH=Blink.ino
  $ make compile
  $ make upload SERIAL_PORT=/dev/ttyACM0

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 92.4%
  • Python 7.6%