From 75552ab21932c5969242362596551d1bb4be2a66 Mon Sep 17 00:00:00 2001 From: kruger <kruger@astron.nl> Date: Tue, 24 Nov 2020 11:40:10 +0100 Subject: [PATCH] Readme updated --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b1056d..ef4574c 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ Python OPC-UA server to control the I2C devices in the LTS. + opcuserv.py: OPC-UA server that expose (visible) variables and methods. LTS structure: -> Raspberry pi (LTS_pypcc.yaml -> I2C controller on raspberry pi) ->> Control PCB (LTS_switch.yaml -> I2C switch) ->>> RCU2 PCB (LTS_RCUx.yaml -> I2C devices) ->>>> RCU2 Dither source (LTS_RCU2_dither.yaml -> I2C bitbang) ->>>> ADC (LTS_RCU2_ADC.yaml -> SPI bitbang2) ->>> Clock PCB (LTS_clk.yaml I2C device) ->>>> PLL (LTS_clkPLL.yaml -> SPI bitbang1) + +Raspberry pi (LTS_pypcc.yaml -> I2C controller on raspberry pi) +> Control PCB (LTS_switch.yaml -> I2C switch) +>> RCU2 PCB (LTS_RCUx.yaml -> I2C devices) +>>> RCU2 Dither source (LTS_RCU2_dither.yaml -> I2C bitbang) +>> +>>> ADC (LTS_RCU2_ADC.yaml -> SPI bitbang2) +>> Clock PCB (LTS_clk.yaml I2C device) +>>> PLL (LTS_clkPLL.yaml -> SPI bitbang1) -- GitLab