Fast Cyan red/orange burst

First, I keep reformatting your code blocks.
Please wrap your code blocks in a set of these to make them look neat

 ```cpp
 // your code
see https://community.particle.io/t/forum-tips-and-tricks/3999

---

[quote="MrTAAnderson, post:11, topic:31059"]
How do you turn off the sensors, I though deep sleep would do that?
[/quote]

That depends how they are wired.
In deep sleep 3v3 and Vin will still provide power, so all sensors directly powered that way will keep drawing current unless they have a power down feature that your code needs to trigger.
Or you control the power supply for them via another pin.