这个人很懒,暂无签名信息
PCB背面的元件在排版的时候,正常情况下符号都是反着的,看起来很不方便。如果能像正面一样显示背面,看起来就很容易了。 在下面的任一层标签上点击右键,单击Fliped,正反面视图就互换了,排完板之后再用同样的方法改回来就行了
#include static void set_codec_power(bool flag) {struct regulator *ldo=NULL;ldo = regulator_get(NULL, ldo2_my);if(ldo==NULL){printk(set_tp_power ldo is null );return;} if(flag){ regulator_set_voltage...