Makefile

Sat, 12 Oct 2019 21:05:09 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Oct 2019 21:05:09 +0200
changeset 10
d08c7466bb40
parent 5
4b1c65e4d863
permissions
-rw-r--r--

One-wire bus can now handle multiple sensors.

#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_VER := "0.1.0"
PROJECT_NAME := co2meter

include $(IDF_PATH)/make/project.mk

mercurial