From d1ed1ba31c829b517b9d3cbaf3ffc17caaccea21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sat, 5 Dec 2015 19:01:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4fe7617..7e382f2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The implementation is not 100% complete, but it's sufficient for basic SCPI comm ## What's supported - The hierarchical header model (commands with colon) +- Long and short header variants (eg. `SYSTem?`) +- Easy configuration with one const array of structs and callback functions (see `main.c`) - Semicolon for chaining commands on the same level - String, Int, Float, Bool arguments - Block data argument with callback each N received bytes (configurable)