* Revert pcb so it matches production files.
* Move original thoughts into attic. * Update comments on firmware
This commit is contained in:
Submodule firmware/ch32v003fun updated: e27dbed0b9...d5808b6038
@@ -306,12 +306,12 @@ int main()
|
||||
while(1)
|
||||
{
|
||||
GPIOD->BSHR = 1<<6;
|
||||
GPIOD->BSHR = (1<<(16+6));
|
||||
uint32_t dmdword = *DMDATA0;
|
||||
if( (dmdword & 0xf0) == 0x40 )
|
||||
{
|
||||
HandleCommand( dmdword );
|
||||
}
|
||||
GPIOD->BSHR = (1<<(16+6));
|
||||
if( update_targ_based_on_vdd )
|
||||
{
|
||||
// target_feedback is in volts. 0..200 maps to the physical device voltage.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
(footprint "nixiehostslot" (version 20211014) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(tedit 0)
|
||||
(tedit 6440D4A0)
|
||||
(attr smd)
|
||||
(fp_text reference "REF**" (at 0 -4.55 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
@@ -34,7 +34,7 @@
|
||||
(fp_arc (start 1.3 0.6) (mid 1.212132 0.812132) (end 1 0.9) (layer "Edge.Cuts") (width 0.12) (tstamp b52aa9d3-c48c-4689-acd8-3bf9b184e5a8))
|
||||
(fp_arc (start 8 -0.9) (mid 8.212132 -0.812132) (end 8.3 -0.6) (layer "Edge.Cuts") (width 0.12) (tstamp bf3b7739-9727-42b2-afc3-e6062a4eac75))
|
||||
(fp_arc (start 6 0.9) (mid 5.787868 0.812132) (end 5.7 0.6) (layer "Edge.Cuts") (width 0.12) (tstamp c04cdb91-53a8-43c8-9b81-8065d6b1a236))
|
||||
(pad "1" smd roundrect (at -7 0) (size 3.6 3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp b09bfdd1-4769-464b-8514-23dcad4f7f4a))
|
||||
(pad "2" smd roundrect (at 0 0) (size 3.6 3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 2e69b0d1-4198-4bb1-a480-09dad95e98e8))
|
||||
(pad "3" smd roundrect (at 7 0) (size 3.6 3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 4207e2dd-1007-41a9-a521-1437ef1419eb))
|
||||
(pad "1" thru_hole roundrect (at -7 0) (size 3.6 3) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp b09bfdd1-4769-464b-8514-23dcad4f7f4a))
|
||||
(pad "2" thru_hole roundrect (at 0 0) (size 3.6 3) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 2e69b0d1-4198-4bb1-a480-09dad95e98e8))
|
||||
(pad "3" thru_hole roundrect (at 7 0) (size 3.6 3) (layers *.Cu *.Mask) (roundrect_rratio 0.25) (tstamp 4207e2dd-1007-41a9-a521-1437ef1419eb))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user