changeset 10923:d3ff9ec8b055 octave-forge

instrument-control: update to NEWS file
author eandrius
date Mon, 24 Sep 2012 21:42:45 +0000
parents 462f8a4b418c
children 344b395ad976
files main/instrument-control/NEWS
diffstat 1 files changed, 28 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/instrument-control/NEWS	Mon Sep 24 19:39:48 2012 +0000
+++ b/main/instrument-control/NEWS	Mon Sep 24 21:42:45 2012 +0000
@@ -3,7 +3,33 @@
 
  ** Initial release
 
- ** Support for parallel port I/O
+ ** Support for Parallel interface I/O
+
+ ** Support for Serial interface I/O
+
+ ** Support for i2c interface I/O
 
  ** The following functions are new:
-        parport
+        serial
+        srl_close
+        srl_read
+        srl_write
+        srl_baudrate
+        srl_flush
+        srl_stopbits
+        srl_bytesize
+        srl_parity
+        srl_timeout
+        i2c
+        i2c_addr
+        i2c_read
+        i2c_close
+        i2c_write
+        parallel
+        pp_ctrl
+        pp_stat
+        pp_close
+        pp_data
+        pp_datadir
+
+