Discussion Title | Created date |
---|---|
New Atmega644P PCB (board) Hi ;) I created the new pcb around ATmega644P, you can download the schemas. Gerber format: http://sylvainmahe.xyz/download/pcb/atmega644p.zip... |
Mon. Jun 26, 2017 - 04:30 PM |
Operator overloading c++ ( A == 1 ) vs ( 1 == A ) Hi Today I test the overload of operators to include this functionality in my library. .h : class op { public: signed long test = 0; op (const signed long VALUE... |
Sat. Apr 1, 2017 - 03:40 PM |
Operator overloading c++ ( A == 1 ) vs ( 1 == A ) Hi Today I test the overload of operators to include this functionality in my library. .h : class op { public: signed long test = 0; op (const signed long VALUE... |
Sat. Apr 1, 2017 - 12:40 PM |
Convert all char expression to float ! Hi unsigned char a = 5; unsigned char b = 20; unsigned char c = 11; float test = float (a) / (float (b) / c); I want to write this: unsigned char a = 5; unsigned... |
Thu. Mar 30, 2017 - 03:42 PM |
BLDC CONTROLLER PWM HELP ! Hi community Sorry for my bad english, i'm french. Ok, I want to design my own BLDC (brushless motor sensorless) controller, but it's litle bit hard for me... (mosfet... |
Thu. Mar 16, 2017 - 01:55 PM |