mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
Improved documentation of inputs and outputs. See #93
This commit is contained in:
parent
d4f92724d3
commit
a15ec872d8
@ -116,18 +116,20 @@
|
|||||||
|
|
||||||
<!-- IO -->
|
<!-- IO -->
|
||||||
<string name="elem_Out">Ausgang</string>
|
<string name="elem_Out">Ausgang</string>
|
||||||
<string name="elem_Out_tt">Ein Ausgang der genutzt werden kann, um eine Verbindung zu einer einbettenden Schaltung
|
<string name="elem_Out_tt">Kann genutzt werden, um ein Ausgangssignal in einer Schaltung anzuzeigen.
|
||||||
herzustellen.
|
Dieses Element wird auch genutzt, um eine Verbindung zu einer einbettenden Schaltung
|
||||||
Wird auch verwendet, um einen Hardware Pin zuzuordnen, wenn Code für ein CPLD oder FPGA erzeugt wird.</string>
|
herzustellen. In diesem Fall ist der Anschluss bidirektional.
|
||||||
<string name="elem_Out_pin_in">Der hier angelegt Wert wird als Ausgangswert bereit gestellt.</string>
|
Wird zudem verwendet, um einen Hardware Pin zuzuordnen, wenn Code für ein CPLD oder FPGA erzeugt wird.</string>
|
||||||
|
<string name="elem_Out_pin_in">Der hier angelegte Wert wird als Ausgangswert bereit gestellt.</string>
|
||||||
<string name="elem_LED">LED</string>
|
<string name="elem_LED">LED</string>
|
||||||
<string name="elem_LED_tt">Eine Leuchtdiode, welche beispielsweise zur Visualisierung eines Ausgangswertes verwendet
|
<string name="elem_LED_tt">Eine Leuchtdiode, welche beispielsweise zur Visualisierung eines Ausgangswertes verwendet
|
||||||
werden kann. Nimmt ein Bit entgegen. Leuchtet, wenn der Eingang auf 1 gesetzt ist.</string>
|
werden kann. Nimmt ein Bit entgegen. Leuchtet, wenn der Eingang auf 1 gesetzt ist.</string>
|
||||||
<string name="elem_LED_pin_in">LED Eingang. LED leuchtet, wenn Eingang auf 1 gesetzt ist.</string>
|
<string name="elem_LED_pin_in">LED Eingang. LED leuchtet, wenn Eingang auf 1 gesetzt ist.</string>
|
||||||
<string name="elem_In">Eingang</string>
|
<string name="elem_In">Eingang</string>
|
||||||
<string name="elem_In_tt">Ein Eingang, der genutzt werden kann, um eine Verbindung zu einer einbettenden Schaltung
|
<string name="elem_In_tt">Kann genutzt werden, um ein Eingangssignal in einer Schaltung interaktiv per Maus zu
|
||||||
herzustellen.
|
verändern. Dieses Element wird auch genutzt, um eine Verbindung zu einer einbettenden Schaltung
|
||||||
Wird auch verwendet, um einen Hardware Pin zuzuordnen, wenn Code für ein CPLD oder FPGA erzeugt wird.</string>
|
herzustellen. In diesem Fall ist der Anschluss bidirektional.
|
||||||
|
Wird zudem verwendet, um einen Hardware Pin zuzuordnen, wenn Code für ein CPLD oder FPGA erzeugt wird.</string>
|
||||||
<string name="elem_In_pin_out">An diesem Ausgang wird der anliegende Wert ausgegeben.</string>
|
<string name="elem_In_pin_out">An diesem Ausgang wird der anliegende Wert ausgegeben.</string>
|
||||||
<string name="elem_Clock">Takteingang</string>
|
<string name="elem_Clock">Takteingang</string>
|
||||||
<string name="elem_Clock_tt">Ein Taktsignal. Dieses Taktsignal kann über die Echtzeituhr gesteuert werden.
|
<string name="elem_Clock_tt">Ein Taktsignal. Dieses Taktsignal kann über die Echtzeituhr gesteuert werden.
|
||||||
|
@ -118,7 +118,9 @@
|
|||||||
<!-- IO -->
|
<!-- IO -->
|
||||||
|
|
||||||
<string name="elem_Out">Out</string>
|
<string name="elem_Out">Out</string>
|
||||||
<string name="elem_Out_tt">A output which can be used to connect the circuit if it is included in an other circuit.
|
<string name="elem_Out_tt">Can be used to display an output signal in a circuit.
|
||||||
|
This element is also used to connect a circuit to an embedding circuit.
|
||||||
|
In this case the connection is bidirectional.
|
||||||
Is also used to assign an pin number, if code for a CPLD or FPGA is generated.
|
Is also used to assign an pin number, if code for a CPLD or FPGA is generated.
|
||||||
</string>
|
</string>
|
||||||
<string name="elem_Out_pin_in">This value is used for the output connection.</string>
|
<string name="elem_Out_pin_in">This value is used for the output connection.</string>
|
||||||
@ -127,7 +129,9 @@
|
|||||||
Lights up if the input is set to 1.</string>
|
Lights up if the input is set to 1.</string>
|
||||||
<string name="elem_LED_pin_in">LED Input. LED lights up if the input is set to 1.</string>
|
<string name="elem_LED_pin_in">LED Input. LED lights up if the input is set to 1.</string>
|
||||||
<string name="elem_In">Input</string>
|
<string name="elem_In">Input</string>
|
||||||
<string name="elem_In_tt">A input which can be used to connect the circuit if it is included in an other circuit.
|
<string name="elem_In_tt">Can be used to interactively manipulate an input signal in a circuit with the
|
||||||
|
mouse. This element is also used to connect a circuit to an embedding circuit.
|
||||||
|
In this case the connection is bidirectional.
|
||||||
Is also used to assign an pin number, if code for a CPLD or FPGA is generated.
|
Is also used to assign an pin number, if code for a CPLD or FPGA is generated.
|
||||||
</string>
|
</string>
|
||||||
<string name="elem_In_pin_out">Gives the value which is connected to this input.</string>
|
<string name="elem_In_pin_out">Gives the value which is connected to this input.</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user