541 smart traffic controller

Dependencies:   MQTT

simulator.h

Committer:
micallef25
Date:
2019-12-12
Revision:
7:fd8e0604faaa
Parent:
5:e0d8e5e922f1

File content as of revision 7:fd8e0604faaa:

#ifndef _CC_H_
#define _CC_H_

#include "mqtt.h"

int start_simulation(mqtt* mqtt_singleton);

#endif