Skip to content

Commit ee12869

Browse files
author
brentru
committed
update graph every 125ms
1 parent b8af3e4 commit ee12869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jupyter_USB/LSM303AGR_Example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
" ax3.plot(x_vals, accel_z, color='b')\n",
976976
"\n",
977977
"# Update graph every 125ms\n",
978-
"ani = FuncAnimation(fig, animate, interval=25)"
978+
"ani = FuncAnimation(fig, animate, interval=125)"
979979
]
980980
},
981981
{

0 commit comments

Comments
 (0)