Rename modules

Rename modules with better name and move the arduino code to its own folder
This commit is contained in:
Marc-Antoine Lafreniere
2019-04-06 15:15:11 -04:00
parent 19e698e15e
commit 31c8ae3470
47 changed files with 27 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
import numpy as np
import matplotlib.pyplot as plt
def plotPath(img):
plt.matshow(img)
plt.colorbar()
plt.show()
return 1