Rajeev Piyare
Published © Apache-2.0

Getting Started with nRF Connect for Visual Studio Code

nRF Connect for VS Code is simply an extension for the Visual Studio Code. Simply, a one-stop-shop :)

BeginnerProtip30 minutes770
Getting Started with nRF Connect for Visual Studio Code

Things used in this project

Story

Read more

Code

Code snippet #7

Plain text
/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
 
#include <zephyr.h>
#include <sys/printk.h>
 
void main(void)
{
   printk("Hello World! %s\n", CONFIG_BOARD);
}

Code snippet #8

/*
* Copyright (c) 2012-2014 Wind River Systems, Inc.
*
* SPDX-License-Identifier: Apache-2.0
*/
 
#include <zephyr.h>
#include <sys/printk.h>
 
void main(void)
{
   printk("Hello World! %s\n", CONFIG_BOARD);
}

Credits

Rajeev Piyare

Rajeev Piyare

11 projects • 7 followers
Founder of Conexio Technologies | Wireless Systems Engineer | Research Scientist

Comments