/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/i2c/ |
A D | test_mpu6050.py | 27 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 D | test_mpu6050.py | 27 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 D | test_mpu6050.js | 23 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 D | mpu6050.js | 288 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 D | mpu6050.py | 196 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 D | drv_acc_gyro_inv_mpu6050.c | 166 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 D | drv_acc_gyro_inv_mpu6050.h | 155 extern void MPU_Get_Gyroscope(short *gx, short *gy, short *gz);
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/ |
A D | gyroscope.md | 123 #### 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 D | sensors_test.c | 110 short gx = 0, gy = 0, gz = 0; in gyro_test() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvgrast.h | 1022 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 D | ecp_curves.c | 589 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 D | pngvalid.c | 3331 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 D | rgb-3c-8b.ppm | 20 …|�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 D | testimg.ppm | 4 …���������䘘،�ɀ~�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 D | km0_image2_all.bin | 468 …GF�<c��x+`�@�Db!`y�\@�CC fy�Cv@v3C&`y�C�@�C gy�C�@�;C'`y�C @C gy�C`y �…
|