mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 15:32:40 -04:00
renamed VDD to VCC in power supply
This commit is contained in:
parent
b630f7d6ed
commit
9ca0b2b84b
@ -20,7 +20,7 @@ public class PowerSupply implements Element {
|
|||||||
* Enforces a power supply
|
* Enforces a power supply
|
||||||
*/
|
*/
|
||||||
public static final ElementTypeDescription DESCRIPTION
|
public static final ElementTypeDescription DESCRIPTION
|
||||||
= new ElementTypeDescription(PowerSupply.class, input("VCC"), input("GND"))
|
= new ElementTypeDescription(PowerSupply.class, input("VDD"), input("GND"))
|
||||||
.addAttribute(Keys.ROTATE)
|
.addAttribute(Keys.ROTATE)
|
||||||
.addAttribute(Keys.LABEL);
|
.addAttribute(Keys.LABEL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user