Deleted user
Deleted user
I already ran foc test open loop without current sensor and without hall sensor it worked so well at very low speed it is completely smooth it's very impressive
 The motor wires is very easy to trace it is definitely the standard ones
it is technically possible to not use the standard pin for the lowside you can use normal io for that by only pwm one side but it will complicate the...
32 pin one can use PA8,PA12,PA10(ch1,2,3) PA9,PA7,PA5(ch1n,2n,3n)
the gate driver i have is lowside inverted idk if your auto detect can support that i think it may be the problem mm32 autodetect can support both
i think so, but it is set to OC_POLARITY_HIGH and OCN_POLARITY_LOW which is correct for hin normal and lin inverted https://github.com/AILIFE4798/Hoverboard-Firmware-Hack-Gen2.x-MM32/blob/6e1bc5a735994ebd8eac7504538dc7eaebbd0037/HoverBoardMindMotion/Src/initialize.c#L151
The project is a bunch of larpers don't take it serious just move on tbh
Just an FYI to anyone considering picking this up: The C# library already has this feature implemented as `SendGrid.Helpers.Mail.MailHelper.CreateSingleTemplateEmailToMultipleRecipients`. Effectively, it just internalizes what @ksho mentioned above -- if showAllRecipients...
I have a pretty good idea of how this could be implemented... Here's the way the code _should_ work without a builtin helper from `sendgrid.helpers.mail`: ```python import sendgrid from sendgrid.helpers.mail...
@andrueastman Yes this worked thank you. Can I ask if the approach (below) I am using to add is the correct way to do this or is there a simpler...