sphero.request.SetRGB

Here are the examples of the python api sphero.request.SetRGB taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: sphero Source File: request_tests.py
Function: test_set_rgb
    def test_set_rgb(self):
        response = request.SetRGB(0, 0, 100, 200, 0)
        assert_equal('\x00d\xC8\x00', response.packet_body())