Home
last modified time | relevance | path

Searched refs:gy (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/i2c/
A Dtest_mpu6050.py27 gy = [] variable
28 gy = mpu6050Dev.get_Gyroscope() variable
29 print("mpu6050 gyro is: " , gy[0], gy[1], gy[2])
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/i2c/
A Dtest_mpu6050.py27 gy = [] variable
28 gy = mpu6050Dev.get_Gyroscope() variable
29 print("mpu6050 gyro is: " , gy[0], gy[1], gy[2])
/AliOS-Things-master/components/amp/test/
A Dtest_mpu6050.js23 var gy = mpu6050.get_Gyroscope(); variable
24 console.log("mpu6050 gyro is: " , gy[0], gy[1], gy[2]);
/AliOS-Things-master/components/amp/modules/
A Dmpu6050.js288 function get_Gyroscope(gx, gy, gz) argument
295 gy = (buf[2] << 8) | buf[3];
300 if (gy > (1 << 15)) {
301 gy = gy - (1<<16)
307 arr[1] = gy;
/AliOS-Things-master/components/py_engine/framework/
A Dmpu6050.py196 gy = (buf[2] << 8) | buf[3]
202 if (gy > (1 << 15)):
203 gy = gy - (1<<16)
209 arr[1] = gy
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_acc_gyro_inv_mpu6050.c166 void MPU_Get_Gyroscope(short *gx, short *gy, short *gz) in MPU_Get_Gyroscope() argument
172 *gy = ((u16)buf[2] << 8) | buf[3]; in MPU_Get_Gyroscope()
A Ddrv_acc_gyro_inv_mpu6050.h155 extern void MPU_Get_Gyroscope(short *gx, short *gy, short *gz);
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/
A Dgyroscope.md123 #### void MPU_Get_Gyroscope(short *gx, short *gy, short *gz)
127 void MPU_Get_Gyroscope(short *gx, short *gy, short *gz)
133 *gy = ((u16)buf[2] << 8) | buf[3];
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dsensors_test.c110 short gx = 0, gy = 0, gz = 0; in gyro_test() local
/AliOS-Things-master/components/SDL2/src/image/
A Dnanosvgrast.h1022 float fx, fy, dx, gy; in nsvg__scanlineSolid() local
1033 gy = fx*t[1] + fy*t[3] + t[5]; in nsvg__scanlineSolid()
1034 c = cache->colors[(int)nsvg__clampf(gy*255.0f, 0, 255.0f)]; in nsvg__scanlineSolid()
1067 float fx, fy, dx, gx, gy, gd; in nsvg__scanlineSolid() local
1079 gy = fx*t[1] + fy*t[3] + t[5]; in nsvg__scanlineSolid()
1080 gd = sqrtf(gx*gx + gy*gy); in nsvg__scanlineSolid()
/AliOS-Things-master/components/mbedtls/library/
A Decp_curves.c589 const mbedtls_mpi_uint *gy, size_t gylen, in ecp_group_load() argument
599 ecp_mpi_load( &grp->G.Y, gy, gylen ); in ecp_group_load()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngvalid.c3331 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member
3346 png_save_uint_32(pm->buffer+28, ((chrm_modification*)me)->gy); in chrm_modify()
3368 me->gy = fix(chromaticity_y(encoding->green)); in chrm_modification_init()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm20 …|�bz�g{�j��Ϋ��ž�������ܴ�ӓ˧y�ry�l{�z�~e�THr2[Y-rwC���޴�����Ȟ�~X�Fk�Zq�dv�gy�rxv)��5��3��7��<��>�…
106 �o;$`�Hg�Ni�Rk�R|�d��vz�ew�`{�g{�ix�gy�jz�sk�t_sNL1S2L}R*i`3SF%@8Yu9d�Gm�U{�^t�So�M��\��~�ز…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm4 …���������䘘،�ɀ~�uq�ie�b^�cV�bU�]T�WOtNHdFCTBAIAAA;=8@C<DG@BD??A@BCGMNSWW_Vl�gy�w��������}��q��_w�X…
5 …��������~��r��cy�Zt�Tq�Mm�Fg�=_�:^�Bb�Qg�?Fn<1OK2KcA[z?h�Lr�Zu�^t�_w�c{�gz�gy�fy�fy�cx�by�b{�a|�b}…
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_image2_all.bin468 …GF�<c��x�+`�@�Db!`y�\@�CC fy�Cv@v�3C&`y�C�@��C gy�C�@��;C'`y�C� @�C gy�C`y �…

Completed in 53 milliseconds