implement reading the gyro over SPI
Change-Id: Iee3041f45e5df9f079a60eb48726659d88513417
diff --git a/frc971/queues/queues.gyp b/frc971/queues/queues.gyp
index 9c6c38c..e503e46 100644
--- a/frc971/queues/queues.gyp
+++ b/frc971/queues/queues.gyp
@@ -18,6 +18,17 @@
'includes': ['../../aos/build/queues.gypi'],
},
{
+ 'target_name': 'gyro',
+ 'type': 'static_library',
+ 'sources': [
+ 'gyro.q',
+ ],
+ 'variables': {
+ 'header_path': 'frc971/queues',
+ },
+ 'includes': ['../../aos/build/queues.gypi'],
+ },
+ {
'target_name': 'queues',
'type': 'static_library',
'sources': ['<@(queue_files)'],