“开发板初体验”的版本间的差异

来自华清远见研发中心
跳转至: 导航搜索
第47行: 第47行:
 
</nowiki></pre>
 
</nowiki></pre>
  
compatible = "regulator-fixed";
+
[[Image:59-1-1-1.png|320px]]
 
+
 
+
hello <br>
+
world
+
 
+
 
+
hello
+
 
+
world
+

2020年7月28日 (二) 16:29的版本

定义列表
hello
缩进
好几层呢
标题文字 标题文字 标题文字
示例 示例 示例
示例 示例 示例
示例 示例 示例

vin: vin {

compatible = "regulator-fixed";
regulator-name = "vin";
regulator-min-microvolt = <5000000>;

regulator-max-microvolt = <5000000>;
regulator-always-on;

};

	regulator-max-microvolt = <5000000>;
	regulator-always-on;
vin: vin {
	compatible = "regulator-fixed";
	regulator-name = "vin";
	regulator-min-microvolt = <5000000>;
	regulator-max-microvolt = <5000000>;
	regulator-always-on;
};

59-1-1-1.png