Makefile

Tue, 08 Oct 2019 21:09:36 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 08 Oct 2019 21:09:36 +0200
changeset 4
2a57c466bf45
parent 0
88d965579617
child 5
4b1c65e4d863
permissions
-rw-r--r--

FreeRTOS scheduler from 100 Hz to 200 Hz. All units data is now protected with a semaphore.

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

PROJECT_VER := "0.0.0"
PROJECT_NAME := co2meter

include $(IDF_PATH)/make/project.mk

mercurial