Skip to content

Commit 8b9555a

Browse files
committed
Pull request #13: Develop
Merge in MCU16CE/epc9137-power-48v-12v-bus-balancer from develop to master * commit 'fa93a9bd44e960aea7317c39f97ff1f6b4623081': Fixed broken YouTube link in README file and prepared new release version v1.0.1. Issue: Link type was not universally supported on Bitbucket, Github and Discover on microchip.com Fixed broken YouTube link in README file. Link type not supported on Github and only partially functional on microchip.com
2 parents 74fc919 + fa93a9b commit 8b9555a

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content":{
55
"metaDataVersion":"1.0.0",
66
"name":"com.microchip.mplabx.project.epc9137-power-48v-12v-bus-balancer",
7-
"version":"1.0.0",
7+
"version":"1.0.1",
88
"displayName":"EPC9137 1.5 kW 48V/12V Bi-directional Power Module",
99
"projectName":"epc9137-power-48v-12v-bus-balancer",
1010
"shortDescription":"EPC9137 1.5 kW 48V/12V Bi-directional Power Module Evaluation Board Firmware",

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@
8080
This code example demonstrates a closed loop current mode control implementation for dsPIC33CK. It has been specifically developed for the EPC9137 1.5 kW Bi-Directional 48V-to-12V power module, hardware revision 4.0 (see 'Rev' number printed on board top view shown above for verification).
8181

8282
<center>
83-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/rXREE3YrfNY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
84-
</iframe>
85-
<p style="font-size:14px;">Bidirectional 1.5 kW 48-to-12V Bus Converter Introduction</p>
83+
<a target="_blank" href="https://youtu.be/rXREE3YrfNY" rel="nofollow">
84+
<img src="images/epc9137_video.png" alt="EPC9137 Bidirectional 1.5 kW 48-to-12V Bus Converter Introduction Video" width="560" height="315">
85+
</a>
86+
<p style="font-size:14px;">Bidirectional 1.5 kW 48-to-12V Bus Converter Introduction Video</p>
8687
</center>
8788

8889
<details><summary>Read more...</summary>
@@ -486,7 +487,7 @@ Please refer to the user guide of PowerSmart&trade; DCLD which is included in th
486487

487488
<details><summary>Show details...</summary>
488489

489-
No user control interface has been added to the firmware. Any change to the firmware and fundamental operation of the reference design, including reprogramming of the nominal output voltage can be done by editing the hardware-specific values in the hardware description header file 'epc9137_r40_hwdescr.h' located in 'Project Manager => Header Files/Config'
490+
No user control interface has been added to the firmware. Any change to the firmware and fundamental operation of the reference design, including reprogramming of the nominal output voltage can be done by editing the hardware-specific values in the hardware description header file `epc9137_r40_hwdescr.h` located in 'Project Manager => Header Files/Config'
490491

491492
Converter settings in this file are defined as physical quantities such as Volt, Ampere, Ohm, etc. Each defined value is converted into binary numbers by so-called macros, at compile time. Thus, users do not have to convert values manually.
492493

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# epc9137-power-48v-12v-bus-balancer, release v1.0.1
2+
3+
### Features Added\Updated
4+
5+
This release fixes a broken link in the main README file pointing to the introduction video of this converter.
6+
Please review the previous release notes of version 1.0.0 for more details about this firmware version..
7+
18
# epc9137-power-48v-12v-bus-balancer, release v1.0.0
29

310
### Release Highlights

images/epc9137_video.png

526 KB
Loading

0 commit comments

Comments
 (0)