Maximilian Schommer

Results 10 issues of Maximilian Schommer

IRAM256-2067A2 is obsolete and out of stock everywhere I looked.

Adding a draft PR to fix SVG exporting. - Changed function generate_svg to write to a file or multiple files - Added test cases for generate_svg which checks for exported...

Running the following causes an SVG to be generated which looks like ![test](https://user-images.githubusercontent.com/16824502/99917997-e8751280-2cc8-11eb-8bfa-c77c38d56caa.png) ``` import pcbdl as dl ac_coupling_value = "1000u" vcc, gnd = dl.Net("vcc"), dl.Net("gnd") q = dl.BJT("2n3904") C...

After following the instructions [here](https://google.github.io/pcbdl/doc/_build/html/netlistsvg.html), and running the following code from the root directory of pcbdl: ``` import pcbdl as dl vcc, gnd = dl.Net("vcc"), dl.Net("gnd") vin = dl.Net("vin") base...

Here it is said that the narrowly distributed temperature readings represent a more accurate thermometer, when I think it is intended to mean a more precise one. The book previously...

https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/9e3d2f6ed023d937587cf2ef2ecfbf7afc3d8054/03-Gaussians.ipynb#L1581 "We will focus on the norm variable" should be corrected to "we will focus on the norm function"

Spelled as "Gaussins" instead of "Gaussians" https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/9e3d2f6ed023d937587cf2ef2ecfbf7afc3d8054/03-Gaussians.ipynb#L1384

The following sentence in Chapter 3 under the heading "Expected Value of a Random Variable" is unclear: > The [expected value](https://en.wikipedia.org/wiki/Expected_value) of a random variable is the average value it...

**Describe the bug** It seems that _registers[9] is being accessed in this function despite the array having length 9. I'm not exactly sure what the intent of that was, since...

In the following section the FDCAN settings are laid out and a nominal and data rates of 500kbps and 2Mbps are calculated. https://github.com/STMicroelectronics/stm32-mw-openbl/blob/7689c2de09d3e107923bb2c5971eb09d9299a76e/Interfaces/Patterns/FDCAN/fdcan_interface.c#L54 I plugged in those settings into CubeIDE...

bug
mw
openbl
boot
internal bug tracker