Commit 6d359dc4 authored by Gallacchi Mattia's avatar Gallacchi Mattia
Browse files

Add west

parent 8007fa64
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+6 −0
Original line number Diff line number Diff line
# Ignore west stuff 

zephyrproject/**/

# VS Code
.vscode/
+1 −1
Original line number Diff line number Diff line
# zephyr pi pico

This repo contains Zephyr OS for Raspberry Pi pico.
 No newline at end of file
This repo contains Zephyr OS for Raspberry Pi Pico.
 No newline at end of file

apps/CMakeLists.txt

0 → 100644
+3 −0
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.20)

add_subdirectory(sht30)
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
project(sht30)
 No newline at end of file

apps/sht30/prj.conf

0 → 100644
+0 −0

Empty file added.

Loading