The Wayback Machine - https://web.archive.org/web/20220709170941/https://github.com/topics/intel
Skip to content
#

intel

Here are 897 public repositories matching this topic...

averelon
averelon commented Aug 7, 2020

The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:

sip.js(1128): uncompensated = uint16(data[0], data[1]);

Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media

pbrubaker
pbrubaker commented May 11, 2022
varying float<3> col = { 0, 0, 0 };
uniform float <3> reduce_col;
reduce_col.x = reduce_add( col.x );
reduce_col.y = reduce_add( col.y );
reduce_col.z = reduce_add( col.z );
reduce_col.w = reduce_add( col.w );

This currently does not produce an error. I expect attempting to access the w component of a three component type to be an error.

bugs good first issue
cryinkfly
cryinkfly commented Jun 22, 2022

I may have found another reason for the different results, why the installation works for one and not for the other.

If you look at the examples and explanation in the page linked below, you can see why.

So please check it out: https://unix.stackexchange.com/questions/464770/shell-command-executed-differently-in-a-terminal-and-script


![Bildschirmfoto_2022-06-22_14-11-51](https://us

bug documentation good first issue
sameer
sameer commented May 16, 2020

If you speak another language, I would appreciate your help in translating the README.md.

For tables, checklists, or other data that might change, please indicate that that information is in the main README. Otherwise every change to the main README will need to be replicated to the other READMEs.

^ I've tried to do this a bit in the French README. The only thing you need to replicate when

help wanted good first issue

Improve this page

Add a description, image, and links to the intel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intel topic, visit your repo's landing page and select "manage topics."

Learn more