From 9c2c61bde82bb4111355ade6d253621189e9595a Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周六, 04 1月 2014 00:28:37 +0800 Subject: [PATCH] Merge pull request #11 from wolf99/master --- README.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80c134e..c8f2217 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [SCPI](http://en.wikipedia.org/wiki/Standard_Commands_for_Programmable_Instruments) Parser library aims to provide parsing ability of SCPI commands on instrument side. All commands are defined by their patterns eg: "STATus:QUEStionable:EVENt?". -Source codes are published with open source Simplified BSD license. +Source code is published with open source Simplified BSD license. Command pattern definition ----------- @@ -69,7 +69,7 @@ }; ``` -Then you need to initialize the interface callbacks' structure. If you don't want to provide some callbacks, just initialize it as `NULL`. The write callback is mandatory and is used to output data from the library. +Then you need to initialize the interface callbacks structure. If you don't want to provide some callbacks, just initialize it as `NULL`. The write callback is mandatory and is used to output data from the library. ```c scpi_interface_t scpi_interface = { -- Gitblit v1.9.1