Skip to content

Instantly share code, notes, and snippets.

@heltonmarx
heltonmarx / rs485.cpp
Last active May 9, 2023 23:25
rs485 forcing set rst and dtr
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <assert.h>
#include "esp_mac.h"
#include "esp_log.h"
#include "config.h"
#include "rs485.h"